From 8fb22b51b6dfc884c2ec1acafae147799bdb661e Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 25 Jul 2023 18:11:35 +0800 Subject: [PATCH] ramips: mt76x8: disable build for small flash devices 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 d50005148c..f357b86413 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -156,6 +156,7 @@ define Device/cudy_wr1000 DEVICE_MODEL := WR1000 DEVICE_PACKAGES := kmod-mt76x2 SUPPORTED_DEVICES += wr1000 + DEFAULT := n endef TARGET_DEVICES += cudy_wr1000 @@ -577,6 +578,7 @@ define Device/tplink_archer-c50-v3 IMAGES := sysupgrade.bin tftp-recovery.bin IMAGE/tftp-recovery.bin := pad-extra 128k | $$(IMAGE/factory.bin) SUPPORTED_DEVICES += tplink,c50-v3 + DEFAULT := n endef TARGET_DEVICES += tplink_archer-c50-v3