summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-11-16 21:23:32 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2019-11-29 23:28:44 +0100
commitc65f09b6415e07857fee6c532c0ea1d0ad89eef6 (patch)
tree314606a7a57e01e1663466e51ec7a9aa34bcb870
parent1793baee469cd44cf63fcee614dba530bd288cf2 (diff)
downloadopenwrt-c65f09b6415e07857fee6c532c0ea1d0ad89eef6.tar.gz
openwrt-c65f09b6415e07857fee6c532c0ea1d0ad89eef6.tar.bz2
openwrt-c65f09b6415e07857fee6c532c0ea1d0ad89eef6.zip
ar71xx: disable TP-Link TL-WA850RE v2 by default
Disable the TP-Link TL-WA850RE 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/9 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r--target/linux/ar71xx/image/tiny-tp-link.mk1
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 5b0ab3e970..db5f735498 100644
--- a/target/linux/ar71xx/image/tiny-tp-link.mk
+++ b/target/linux/ar71xx/image/tiny-tp-link.mk
@@ -249,6 +249,7 @@ define Device/tl-wa850re-v2
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-wa850re-v2