[OpenWrt-Devel] [PATCH v5 6/8] ar71xx: WNR2000v3: exclude USB modules from image

Michal michal.cieslakiewicz at wp.pl
Thu Feb 11 18:31:23 EST 2016


From: Michal Cieslakiewicz <michal.cieslakiewicz at wp.pl>
Subject: [PATCH v5 6/8] ar71xx: WNR2000v3: exclude USB modules from image

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>
---
 (resent with correct subject - patch 6th of 8)

 Changes:
 * empty package list replaced with specific USB packages marked to exclude

 target/linux/ar71xx/generic/profiles/netgear.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ar71xx/generic/profiles/netgear.mk b/target/linux/ar71xx/generic/profiles/netgear.mk
index ca22a18..2796e46 100644
--- a/target/linux/ar71xx/generic/profiles/netgear.mk
+++ b/target/linux/ar71xx/generic/profiles/netgear.mk
@@ -30,6 +30,7 @@ $(eval $(call Profile,WNDR3700))
 
 define Profile/WNR2000V3
 	NAME:=NETGEAR WNR2000V3
+	PACKAGES:= -kmod-usb-core -kmod-usb-ohci -kmod-usb2 -kmod-ledtrig-usbdev
 endef
 
 define Profile/WNR2000V3/Description
-- 
2.6.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list