From bc0c2db2a3a8fc790496d4eee481361ef903749c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 16 Nov 2019 21:23:42 +0100 Subject: brcm47xx: disable Netgear WNR2000 v2 by default 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 [drop change on netgear-wnr3500l-v1-na] Signed-off-by: Adrian Schmutzler --- target/linux/brcm47xx/image/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux') diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index c2bf9d41d5..8bdee451f7 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 -- cgit v1.2.3