From d106ebc21e22eb1c30da9efedc41be32fb25ad26 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 13 Dec 2023 12:21:41 +0800 Subject: [PATCH] ramips: disable build for tplink tl-wr902ac-v4 by default The flash size is too small to generate default image. 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 e630b1dcd9..360034f2ea 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -872,6 +872,7 @@ define Device/tplink_tl-wr902ac-v4 kmod-usb-ledtrig-usbport IMAGES := sysupgrade.bin tftp-recovery.bin IMAGE/tftp-recovery.bin := pad-extra 128k | $$(IMAGE/factory.bin) + DEFAULT := n endef TARGET_DEVICES += tplink_tl-wr902ac-v4