From: Jo-Philipp Wich Date: Sat, 16 Nov 2019 20:23:31 +0000 (+0100) Subject: ar71xx: disable Netgear WNR612 v2 by default X-Git-Tag: v19.07.0-rc2~20 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1793baee469cd44cf63fcee614dba530bd288cf2;p=openwrt%2Fstaging%2Fchunkeey.git ar71xx: disable Netgear WNR612 v2 by default Disable the Netgear WNR612 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/4 Signed-off-by: Jo-Philipp Wich --- diff --git a/target/linux/ar71xx/image/tiny-legacy-devices.mk b/target/linux/ar71xx/image/tiny-legacy-devices.mk index bcf77de443..98d45557a6 100644 --- a/target/linux/ar71xx/image/tiny-legacy-devices.mk +++ b/target/linux/ar71xx/image/tiny-legacy-devices.mk @@ -110,6 +110,7 @@ LEGACY_DEVICES += WNR2000V4 define LegacyDevice/REALWNR612V2 DEVICE_TITLE := NETGEAR WNR612V2 + DEFAULT := n endef LEGACY_DEVICES += REALWNR612V2