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 <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2019-11-16 21:23:31 +01:00 committed by Hauke Mehrtens
parent 4b759caf51
commit 1793baee46

View File

@ -110,6 +110,7 @@ LEGACY_DEVICES += WNR2000V4
define LegacyDevice/REALWNR612V2
DEVICE_TITLE := NETGEAR WNR612V2
DEFAULT := n
endef
LEGACY_DEVICES += REALWNR612V2