From e306188e2e84a22adba8a878983e945aa6551f52 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 23 Sep 2023 11:45:15 +0800 Subject: [PATCH] ramips: disable build for tplink archer-c20-v4 by default 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 f357b86413..c251634a5a 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -548,6 +548,7 @@ define Device/tplink_archer-c20-v4 IMAGES := sysupgrade.bin tftp-recovery.bin IMAGE/tftp-recovery.bin := pad-extra 128k | $$(IMAGE/factory.bin) SUPPORTED_DEVICES += tplink,c20-v4 + DEFAULT := n endef TARGET_DEVICES += tplink_archer-c20-v4