diff mbox

[OpenWrt-Devel,6/6,package] exclude USB modules from WNR2000v3 image

Message ID 56a0149c9980f1.50650536@wp.pl
State Superseded
Headers show

Commit Message

Michal Cieslakiewicz Jan. 20, 2016, 11:13 p.m. UTC
From: Michal Cieslakiewicz <michal.cieslakiewicz at wp.pl>

Netgear WNR2000v3 has no USB port yet default system image includes
USB kernel modules. This patch fixes that.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz at wp.pl>

---

PACKAGES directive is reset in profile definition - Netgear WNR2000v3 has
no USB port so USB modules are removed from image (it leaves more space
in 4M flash for overlay).


 netgear.mk |    1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff -pruN a/openwrt/target/linux/ar71xx/generic/profiles/netgear.mk b/openwrt/target/linux/ar71xx/generic/profiles/netgear.mk
--- a/openwrt/target/linux/ar71xx/generic/profiles/netgear.mk	2016-01-20 19:52:15.053708048 +0100
+++ b/openwrt/target/linux/ar71xx/generic/profiles/netgear.mk	2016-01-20 19:52:14.980712359 +0100
@@ -30,6 +30,7 @@  $(eval $(call Profile,WNDR3700))
 
 define Profile/WNR2000V3
 	NAME:=NETGEAR WNR2000V3
+	PACKAGES:=
 endef
 
 define Profile/WNR2000V3/Description