From faf0f6fc89b3f14deaef3cddd8f59e32407efe01 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 2 Oct 2023 09:58:24 +0800 Subject: [PATCH] ramips: disable build for netgear wn3100rp-v2 by default Signed-off-by: Tianling Shen --- target/linux/ramips/image/mt7620.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index fe7d4fe132..f325934bfa 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -886,6 +886,7 @@ define Device/netgear_wn3100rp-v2 DEVICE_VENDOR := NETGEAR DEVICE_MODEL := WN3100RP DEVICE_VARIANT := v2 + DEFAULT := n endef TARGET_DEVICES += netgear_wn3100rp-v2