From 8e31a64f4422d8ebee9a0dcf48cfb96a8affdfc4 Mon Sep 17 00:00:00 2001 From: Tarnatos <tarnatos@posteo.de> Date: Wed, 26 Apr 2017 10:31:38 +0200 Subject: [PATCH] extra USB Pakete deaktiviert --- site.mk | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/site.mk b/site.mk index fd40d04..d750840 100644 --- a/site.mk +++ b/site.mk @@ -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 -- GitLab