diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-16 21:23:30 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-11-29 23:24:23 +0100 |
commit | 4b759caf518d21c8088f6af72ca8aa123f054228 (patch) | |
tree | dbd79b4237264e3216dac237419d67a299b8b3db /target | |
parent | 953d9c384f2ef96e57dfd06cdc9ce63815a2c7ab (diff) | |
download | upstream-4b759caf518d21c8088f6af72ca8aa123f054228.tar.gz upstream-4b759caf518d21c8088f6af72ca8aa123f054228.tar.bz2 upstream-4b759caf518d21c8088f6af72ca8aa123f054228.zip |
ramips: disable ASUS RT-N10+ B1 by default
Disable the ASUS RT-N10+ B1 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/1
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target')
-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 d74e196a8b..f2be88b73f 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -650,6 +650,7 @@ define Device/rt-n10-plus BLOCKSIZE := 64k IMAGE_SIZE := $(ralink_default_fw_size_4M) DEVICE_TITLE := Asus RT-N10+ + DEFAULT := n endef TARGET_DEVICES += rt-n10-plus |