From 634db7930a2d9d2c88529f759045803af8e0dbee Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 16 Nov 2019 21:23:38 +0100 Subject: [PATCH] ramips: disable TP-Link TL-WR840N v5 by default Disable the TP-Link TL-WR840N v5 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/29 Signed-off-by: Jo-Philipp Wich --- target/linux/ramips/image/mt76x8.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index 2280a1a618..054935e595 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -243,6 +243,7 @@ define Device/tl-wr840n-v5 KERNEL_INITRAMFS := $(KERNEL_DTB) | tplink-v2-header -e IMAGE/sysupgrade.bin := tplink-v2-image -s -e | append-metadata | \ check-size $$$$(IMAGE_SIZE) + DEFAULT := n endef TARGET_DEVICES += tl-wr840n-v5