From e12d002ab83add36d866401bbccc0276140a7ca9 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 3 Jan 2022 17:18:20 +0800 Subject: [PATCH] mt76x8: disable build for tplink c20-v5/c50-v4 Signed-off-by: Tianling Shen --- target/linux/ramips/image/mt76x8.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index 14f762602e..69c6afffe7 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -429,6 +429,7 @@ define Device/tplink_archer-c20-v5 TPLINK_HWREVADD := 0x5 DEVICE_PACKAGES := kmod-mt76x0e IMAGES := sysupgrade.bin + DEFAULT := n endef TARGET_DEVICES += tplink_archer-c20-v5 @@ -460,6 +461,7 @@ define Device/tplink_archer-c50-v4 DEVICE_PACKAGES := kmod-mt76x2 IMAGES := sysupgrade.bin SUPPORTED_DEVICES += tplink,c50-v4 + DEFAULT := n endef TARGET_DEVICES += tplink_archer-c50-v4