From 2d1080f6d9bb30260d0f653383cd67cb342c3e9c Mon Sep 17 00:00:00 2001 From: Ruben Barkow <rubo77@users.noreply.github.com> Date: Tue, 24 Nov 2015 14:59:20 +0100 Subject: [PATCH] no support for TLWR710 there are also versions with just 4MB so it would be too dangerous to pack more into the firmware --- site.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.mk b/site.mk index fc7efb1..3800733 100644 --- a/site.mk +++ b/site.mk @@ -45,7 +45,7 @@ USB_PACKAGES_BASIC := \ kmod-usb2 # FAT32 Support for USB USB_PACKAGES := $(USB_PACKAGES_BASIC) \ - block-mount \ + block-mount \ kmod-fs-ext4 \ kmod-fs-vfat \ kmod-usb-storage \ @@ -77,7 +77,7 @@ ifeq ($(GLUON_TARGET),x86-generic) endif 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_TLWR842_SITE_PACKAGES := $(USB_PACKAGES) GLUON_TLWDR4300_SITE_PACKAGES := $(USB_PACKAGES) -- GitLab