diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-16 21:23:33 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-11-29 23:28:44 +0100 |
commit | 6af348f6a175e9563e5a297f5f4c0d4a1ddf954e (patch) | |
tree | 6a85a15746360d402ef5c6ac9941d0f674fa5c82 /target/linux/ar71xx/image/tiny-legacy-devices.mk | |
parent | c65f09b6415e07857fee6c532c0ea1d0ad89eef6 (diff) | |
download | upstream-6af348f6a175e9563e5a297f5f4c0d4a1ddf954e.tar.gz upstream-6af348f6a175e9563e5a297f5f4c0d4a1ddf954e.tar.bz2 upstream-6af348f6a175e9563e5a297f5f4c0d4a1ddf954e.zip |
ar71xx: disable On Networks N150R by default
Disable the On Networks N150R 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/10
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/ar71xx/image/tiny-legacy-devices.mk')
-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 98d45557a6..32912f79d6 100644 --- a/target/linux/ar71xx/image/tiny-legacy-devices.mk +++ b/target/linux/ar71xx/image/tiny-legacy-devices.mk @@ -116,6 +116,7 @@ LEGACY_DEVICES += REALWNR612V2 define LegacyDevice/N150R DEVICE_TITLE := On Networks N150 + DEFAULT := n endef LEGACY_DEVICES += N150R |