diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-16 21:23:45 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-11-30 00:11:58 +0100 |
commit | 432a349761e4e0270c42099a8d05070462139c2d (patch) | |
tree | f35a2a9f533becd539aab082fadcddd0355d348e /target/linux | |
parent | 67aca5f0ae4807a84c6e45825ae4f2530851b3bb (diff) | |
download | upstream-432a349761e4e0270c42099a8d05070462139c2d.tar.gz upstream-432a349761e4e0270c42099a8d05070462139c2d.tar.bz2 upstream-432a349761e4e0270c42099a8d05070462139c2d.zip |
ramips: disable WR512-3GN 4MB variant by default
Disable the WR512-3GN 4MB 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/72
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index cb2fe628bc..9e599b4125 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -838,6 +838,7 @@ define Device/wr512-3gn-4M DTS := WR512-3GN-4M IMAGE_SIZE := $(ralink_default_fw_size_4M) DEVICE_TITLE := WR512-3GN (4M) + DEFAULT := n endef TARGET_DEVICES += wr512-3gn-4M |