From bfd8ceaf2d0bf80f9da7b053a92b52d7e70ba00f Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 25 Jul 2023 17:16:52 +0800 Subject: [PATCH] ramips: mt7620: disable build for small flash devices Signed-off-by: Tianling Shen --- target/linux/ramips/image/mt7620.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 01d594d660..fe7d4fe132 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -925,6 +925,7 @@ define Device/nexx_wt3020-8m DEVICE_VARIANT := 8M DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci SUPPORTED_DEVICES += wt3020 wt3020-8M + DEFAULT := n endef TARGET_DEVICES += nexx_wt3020-8m @@ -1498,6 +1499,7 @@ define Device/zyxel_keenetic-omni IMAGE/factory.bin := $$(sysupgrade_bin) | pad-to 64k | check-size | \ zyimage -d 4882 -v "ZyXEL Keenetic Omni" SUPPORTED_DEVICES += kn_rc + DEFAULT := n endef TARGET_DEVICES += zyxel_keenetic-omni @@ -1511,6 +1513,7 @@ define Device/zyxel_keenetic-omni-ii IMAGE/factory.bin := $$(sysupgrade_bin) | pad-to 64k | check-size | \ zyimage -d 2102034 -v "ZyXEL Keenetic Omni II" SUPPORTED_DEVICES += kn_rf + DEFAULT := n endef TARGET_DEVICES += zyxel_keenetic-omni-ii