Skip to content
Snippets Groups Projects
Commit 2d1080f6 authored by Ruben Barkow's avatar Ruben Barkow
Browse files

no support for TLWR710

there are also versions with just 4MB so it would be too dangerous to pack more into the firmware
parent 0a515277
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ USB_PACKAGES_BASIC := \ ...@@ -45,7 +45,7 @@ USB_PACKAGES_BASIC := \
kmod-usb2 kmod-usb2
# FAT32 Support for USB # FAT32 Support for USB
USB_PACKAGES := $(USB_PACKAGES_BASIC) \ USB_PACKAGES := $(USB_PACKAGES_BASIC) \
block-mount \ block-mount \
kmod-fs-ext4 \ kmod-fs-ext4 \
kmod-fs-vfat \ kmod-fs-vfat \
kmod-usb-storage \ kmod-usb-storage \
...@@ -77,7 +77,7 @@ ifeq ($(GLUON_TARGET),x86-generic) ...@@ -77,7 +77,7 @@ ifeq ($(GLUON_TARGET),x86-generic)
endif endif
ifeq ($(GLUON_TARGET),ar71xx-generic) ifeq ($(GLUON_TARGET),ar71xx-generic)
GLUON_TLWR710_SITE_PACKAGES := $(USB_PACKAGES_BASIC) # GLUON_TLWR710_SITE_PACKAGES := $(USB_PACKAGES_BASIC) # there are also versions with just 4MB
GLUON_TLWR1043_SITE_PACKAGES := $(USB_PACKAGES) GLUON_TLWR1043_SITE_PACKAGES := $(USB_PACKAGES)
GLUON_TLWR842_SITE_PACKAGES := $(USB_PACKAGES) GLUON_TLWR842_SITE_PACKAGES := $(USB_PACKAGES)
GLUON_TLWDR4300_SITE_PACKAGES := $(USB_PACKAGES) GLUON_TLWDR4300_SITE_PACKAGES := $(USB_PACKAGES)
......
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