ar71xx: disable Netgear WNR612 v2 by default
authorJo-Philipp Wich <jo@mein.io>
Sat, 16 Nov 2019 20:23:31 +0000 (21:23 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 29 Nov 2019 22:28:44 +0000 (23:28 +0100)
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 <jo@mein.io>
target/linux/ar71xx/image/tiny-legacy-devices.mk

index bcf77de44332ee3ece2c2b485d80bd4e78f5ed60..98d45557a6c3afbb37b0cf18f829d25d461d3c4b 100644 (file)
@@ -110,6 +110,7 @@ LEGACY_DEVICES += WNR2000V4
 
 define LegacyDevice/REALWNR612V2
   DEVICE_TITLE := NETGEAR WNR612V2
+  DEFAULT := n
 endef
 LEGACY_DEVICES += REALWNR612V2