From d9cc82d74b4cdf5574e257ffb41ac0b3c3678ff2 Mon Sep 17 00:00:00 2001
From: rubo77 <github@r.z11.de>
Date: Sat, 13 Feb 2016 10:20:07 +0100
Subject: [PATCH] don't include USB on wr710

some versions only have 4MB
---
 site.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site.mk b/site.mk
index 073bfaa..37ebf7e 100644
--- a/site.mk
+++ b/site.mk
@@ -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