From c9b9f83544b8a433c59940eb8503ce1deeaaaf96 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 27 Mar 2024 17:06:42 +0800 Subject: [PATCH] ramips: disable build for tl-wr850n-v2 by default The flash size is too small to generate complete firmware. Signed-off-by: Tianling Shen --- 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 eed9daa205..0c1607d3dc 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -838,6 +838,7 @@ define Device/tplink_tl-wr850n-v2 TPLINK_HWREVADD := 0x2 IMAGES := sysupgrade.bin tftp-recovery.bin IMAGE/tftp-recovery.bin := pad-extra 128k | $$(IMAGE/factory.bin) + DEFAULT := n endef TARGET_DEVICES += tplink_tl-wr850n-v2