Skip to content
Snippets Groups Projects
Commit 8e31a64f authored by Tarnatos's avatar Tarnatos
Browse files

extra USB Pakete deaktiviert

parent dffdcea5
No related branches found
No related tags found
No related merge requests found
......@@ -130,16 +130,16 @@ USB_X86_GENERIC_NETWORK_MODULES := \
kmod-forcedeth
# from ffki-packages:
USB_PACKAGES_STORAGE += \
gluon-usb-media \
gluon-config-mode-usb-media
#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
GLUON_SITE_PACKAGES += \
$(USB_PACKAGES_STORAGE) \
# $(USB_PACKAGES_STORAGE) \
$(USB_PACKAGES_HID) \
$(USB_PACKAGES_TETHERING) \
$(USB_PACKAGES_3G) \
......@@ -147,21 +147,21 @@ ifeq ($(GLUON_TARGET),x86-generic)
$(USB_X86_GENERIC_NETWORK_MODULES)
endif
ifeq ($(GLUON_TARGET),ar71xx-generic)
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_STORAGE)
endif
#ifeq ($(GLUON_TARGET),ar71xx-generic)
# 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_STORAGE)
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment