Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nord Site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Freifunk Nord
Nord Site
Commits
cee71887
Commit
cee71887
authored
7 years ago
by
Tarnatos
Browse files
Options
Downloads
Patches
Plain Diff
Basic USB Support ist in LEDE bereits enthalten
parent
740b6cd9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site.mk
+13
-20
13 additions, 20 deletions
site.mk
with
13 additions
and
20 deletions
site.mk
+
13
−
20
View file @
cee71887
...
...
@@ -61,11 +61,6 @@ GLUON_ATH10K_MESH ?= ibss
GLUON_LANGS
?=
en de
# basic support the USB stack
USB_PACKAGES_BASIC
:=
\
kmod-usb-core
\
kmod-usb2
# support for USB UMTS/3G devices
USB_PACKAGES_3G
:=
\
kmod-usb-serial
\
...
...
@@ -143,7 +138,6 @@ ifeq ($(GLUON_TARGET),x86-generic)
# support the USB stack on x86 devices
# and add a few common USB NICs
GLUON_SITE_PACKAGES
+=
\
$(
USB_PACKAGES_BASIC
)
\
$(
USB_PACKAGES_STORAGE
)
\
$(
USB_PACKAGES_HID
)
\
$(
USB_PACKAGES_TETHERING
)
\
...
...
@@ -153,21 +147,20 @@ ifeq ($(GLUON_TARGET),x86-generic)
endif
ifeq
($(GLUON_TARGET),ar71xx-generic)
# GLUON_TLWR710_SITE_PACKAGES := $(USB_PACKAGES_BASIC) # some wr710 versions only have 4MB
GLUON_TLWR1043_SITE_PACKAGES
:=
$(
USB_PACKAGES_BASIC
)
$(
USB_PACKAGES_STORAGE
)
GLUON_TLWR842_SITE_PACKAGES
:=
$(
USB_PACKAGES_BASIC
)
$(
USB_PACKAGES_STORAGE
)
GLUON_TLWDR4300_SITE_PACKAGES
:=
$(
USB_PACKAGES_BASIC
)
$(
USB_PACKAGES_STORAGE
)
GLUON_TLWR2543_SITE_PACKAGES
:=
$(
USB_PACKAGES_BASIC
)
$(
USB_PACKAGES_STORAGE
)
GLUON_WRT160NL_SITE_PACKAGES
:=
$(
USB_PACKAGES_BASIC
)
$(
USB_PACKAGES_STORAGE
)
GLUON_DIR825B1_SITE_PACKAGES
:=
$(
USB_PACKAGES_BASIC
)
$(
USB_PACKAGES_STORAGE
)
GLUON_DIR505A1_SITE_PACKAGES
:=
$(
USB_PACKAGES_BASIC
)
$(
USB_PACKAGES_STORAGE
)
GLUON_GLINET_SITE_PACKAGES
:=
$(
USB_PACKAGES_BASIC
)
$(
USB_PACKAGES_STORAGE
)
GLUON_WNDR3700_SITE_PACKAGES
:=
$(
USB_PACKAGES_BASIC
)
$(
USB_PACKAGES_STORAGE
)
GLUON_WZRHPG450H_SITE_PACKAGES
:=
$(
USB_PACKAGES_BASIC
)
$(
USB_PACKAGES_STORAGE
)
GLUON_WZRHPAG300H_SITE_PACKAGES
:=
$(
USB_PACKAGES_BASIC
)
$(
USB_PACKAGES_STORAGE
)
GLUON_ARCHERC7_SITE_PACKAGES
:=
$(
USB_PACKAGES_BASIC
)
$(
USB_PACKAGES_STORAGE
)
GLUON_TLWR1043_SITE_PACKAGES
:=
$(
USB_PACKAGES_STORAGE
)
GLUON_TLWR842_SITE_PACKAGES
:=
$(
USB_PACKAGES_STORAGE
)
GLUON_TLWDR4300_SITE_PACKAGES
:=
$(
USB_PACKAGES_STORAGE
)
GLUON_TLWR2543_SITE_PACKAGES
:=
$(
USB_PACKAGES_STORAGE
)
GLUON_WRT160NL_SITE_PACKAGES
:=
$(
USB_PACKAGES_STORAGE
)
GLUON_DIR825B1_SITE_PACKAGES
:=
$(
USB_PACKAGES_STORAGE
)
GLUON_DIR505A1_SITE_PACKAGES
:=
$(
USB_PACKAGES_STORAGE
)
GLUON_GLINET_SITE_PACKAGES
:=
$(
USB_PACKAGES_STORAGE
)
GLUON_WNDR3700_SITE_PACKAGES
:=
$(
USB_PACKAGES_STORAGE
)
GLUON_WZRHPG450H_SITE_PACKAGES
:=
$(
USB_PACKAGES_STORAGE
)
GLUON_WZRHPAG300H_SITE_PACKAGES
:=
$(
USB_PACKAGES_STORAGE
)
GLUON_ARCHERC7_SITE_PACKAGES
:=
$(
USB_PACKAGES_STORAGE
)
endif
ifeq
($(GLUON_TARGET),mpc85xx-generic)
GLUON_TLWDR4900_SITE_PACKAGES
:=
$(
USB_PACKAGES_BASIC
)
$(
USB_PACKAGES_STORAGE
)
GLUON_TLWDR4900_SITE_PACKAGES
:=
$(
USB_PACKAGES_STORAGE
)
endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment