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 -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 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel