[OpenWrt-Devel] [PATCH 13/17] brcm47xx: disable Netgear WNR2000 v2 by default
Jo-Philipp Wich
jo at mein.io
Sat Nov 16 15:23:42 EST 2019
Disable the Netgear WNR2000 v2 image by default as the device has
insufficient flash space for release build images.
Ref: https://forum.openwrt.org/t/devices-too-big-to-save-overlay/18161/72
Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
target/linux/brcm47xx/image/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile
index c2bf9d41d5..969d523956 100644
--- a/target/linux/brcm47xx/image/Makefile
+++ b/target/linux/brcm47xx/image/Makefile
@@ -916,6 +916,7 @@ define Device/netgear-wnr2000v2
$(Device/netgear)
NETGEAR_BOARD_ID := U12H114T00_NETGEAR
NETGEAR_REGION := 2
+ DEFAULT := n
endef
TARGET_DEVICES += netgear-wnr2000v2
@@ -925,6 +926,7 @@ define Device/netgear-wnr3500l-v1-na
$(Device/netgear)
NETGEAR_BOARD_ID := U12H136T99_NETGEAR
NETGEAR_REGION := 2
+ DEFAULT := n
endef
TARGET_DEVICES += netgear-wnr3500l-v1-na
--
2.20.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list