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
89167ccc
Commit
89167ccc
authored
8 years ago
by
rubo77
Browse files
Options
Downloads
Patches
Plain Diff
add additional network drivers to x86 targets
parent
c4b349bf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site.mk
+24
-1
24 additions, 1 deletion
site.mk
with
24 additions
and
1 deletion
site.mk
+
24
−
1
View file @
89167ccc
...
...
@@ -107,11 +107,33 @@ USB_PACKAGES_STORAGE := \
kmod-nls-iso8859-2
\
kmod-nls-koi8r
\
kmod-nls-utf8
USB_X86_GENERIC_NETWORK_MODULES
:=
\
kmod-usb-ohci-pci
\
kmod-sky2
\
kmod-atl2
\
kmod-igb
\
kmod-3c59x
\
kmod-e100
\
kmod-e1000
\
kmod-e1000e
\
kmod-natsemi
\
kmod-ne2k-pci
\
kmod-pcnet32
\
kmod-8139too
\
kmod-r8169
\
kmod-sis900
\
kmod-tg3
\
kmod-via-rhine
\
kmod-via-velocity
\
kmod-forcedeth
# from ffki-packages:
USB_PACKAGES_STORAGE
+=
\
gluon-usb-media
\
gluon-config-mode-usb-media
# add addition network drivers and usb stuff only to targes where disk space does not matter
ifeq
($(GLUON_TARGET),x86-generic)
# support the USB stack on x86 devices
# and add a few common USB NICs
...
...
@@ -121,7 +143,8 @@ ifeq ($(GLUON_TARGET),x86-generic)
$(
USB_PACKAGES_HID
)
\
$(
USB_PACKAGES_TETHERING
)
\
$(
USB_PACKAGES_3G
)
\
$(
USB_PACKAGES_GPS
)
$(
USB_PACKAGES_GPS
)
\
$(
USB_X86_GENERIC_NETWORK_MODULES
)
endif
ifeq
($(GLUON_TARGET),ar71xx-generic)
...
...
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