ar71xx: disable Netgear WNR2000v4 by default

Disable the Netgear WNR2000v4 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/11
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
openwrt-19.07
Jo-Philipp Wich 2019-11-16 21:23:34 +01:00 committed by Hauke Mehrtens
parent 6af348f6a1
commit 0686418338
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ LEGACY_DEVICES += WNR2000V3
define LegacyDevice/WNR2000V4 define LegacyDevice/WNR2000V4
DEVICE_TITLE := NETGEAR WNR2000V4 DEVICE_TITLE := NETGEAR WNR2000V4
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
DEFAULT := n
endef endef
LEGACY_DEVICES += WNR2000V4 LEGACY_DEVICES += WNR2000V4