diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-16 21:23:43 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-11-30 00:11:58 +0100 |
commit | eb836ea8e9c80db65afcf1a4234e5e186636b915 (patch) | |
tree | b37dff7a860909909c8e30125e2d40d69f01b1d8 /target/linux/ar71xx | |
parent | 59ef47ae2cfe9b89c955b95eb483ba3206a92daf (diff) | |
download | upstream-eb836ea8e9c80db65afcf1a4234e5e186636b915.tar.gz upstream-eb836ea8e9c80db65afcf1a4234e5e186636b915.tar.bz2 upstream-eb836ea8e9c80db65afcf1a4234e5e186636b915.zip |
ar71xx: disable TP-Link TL-WA855RE by default
Disable the TP-Link TL-WA855RE 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/ar71xx')
-rw-r--r-- | target/linux/ar71xx/image/tiny-tp-link.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/tiny-tp-link.mk b/target/linux/ar71xx/image/tiny-tp-link.mk index 99337ff7aa..9612694469 100644 --- a/target/linux/ar71xx/image/tiny-tp-link.mk +++ b/target/linux/ar71xx/image/tiny-tp-link.mk @@ -265,6 +265,7 @@ define Device/tl-wa855re-v1 TPLINK_HWREV := 0 IMAGE_SIZE := 3648k MTDPARTS := spi0.0:128k(u-boot)ro,1344k(kernel),2304k(rootfs),256k(config)ro,64k(art)ro,3648k@0x20000(firmware) + DEFAULT := n endef TARGET_DEVICES += tl-wa855re-v1 |