From 6da53561950034da93d79db787e64fb5829c1ffe Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sat, 25 Jul 2020 20:29:15 +0200 Subject: lantiq: disable default build for devices with 4M flash It has been decided that the 19.07 release will be last one to include 4/32 devices. This disables default build for all devices with 4M flash on lantiq. Note that this will affect _all_ devices for amazonse ("ase") and xway_legacy subtarget. Signed-off-by: Adrian Schmutzler --- target/linux/lantiq/image/amazonse.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'target/linux/lantiq/image/amazonse.mk') diff --git a/target/linux/lantiq/image/amazonse.mk b/target/linux/lantiq/image/amazonse.mk index 4a23a68e40..1fd714dee4 100644 --- a/target/linux/lantiq/image/amazonse.mk +++ b/target/linux/lantiq/image/amazonse.mk @@ -5,16 +5,18 @@ define Device/allnet_all0333cj DEVICE_PACKAGES := kmod-ltq-adsl-ase kmod-ltq-adsl-ase-mei \ kmod-ltq-adsl-ase-fw-b kmod-ltq-atm-ase \ ltq-adsl-app ppp-mod-pppoe + DEFAULT := n endef TARGET_DEVICES += allnet_all0333cj define Device/netgear_dgn1000b DEVICE_VENDOR := NETGEAR DEVICE_MODEL := DGN1000B - IMAGE_SIZE := 6000k + IMAGE_SIZE := 3712k DEVICE_PACKAGES := kmod-ltq-adsl-ase kmod-ltq-adsl-ase-mei \ kmod-ltq-adsl-ase-fw-b kmod-ltq-atm-ase \ ltq-adsl-app ppp-mod-pppoe SUPPORTED_DEVICES += DGN1000B + DEFAULT := n endef TARGET_DEVICES += netgear_dgn1000b -- cgit v1.2.3