diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-16 21:23:31 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-11-29 23:28:44 +0100 |
commit | 1793baee469cd44cf63fcee614dba530bd288cf2 (patch) | |
tree | b898c0f33f2757af74b6359accd5256943ee885c /target/linux | |
parent | 4b759caf518d21c8088f6af72ca8aa123f054228 (diff) | |
download | upstream-1793baee469cd44cf63fcee614dba530bd288cf2.tar.gz upstream-1793baee469cd44cf63fcee614dba530bd288cf2.tar.bz2 upstream-1793baee469cd44cf63fcee614dba530bd288cf2.zip |
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>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/image/tiny-legacy-devices.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |