diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-25 20:29:15 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-29 12:08:16 +0200 |
commit | 6da53561950034da93d79db787e64fb5829c1ffe (patch) | |
tree | b99b8e1ce849f56c5867ff073169ae96ddd5dc79 /target/linux/lantiq/image/danube.mk | |
parent | 55e2d5eb3b44e5a2c7e1b0bae4fcd738e45bfac9 (diff) | |
download | upstream-6da53561950034da93d79db787e64fb5829c1ffe.tar.gz upstream-6da53561950034da93d79db787e64fb5829c1ffe.tar.bz2 upstream-6da53561950034da93d79db787e64fb5829c1ffe.zip |
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 <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/lantiq/image/danube.mk')
-rw-r--r-- | target/linux/lantiq/image/danube.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/danube.mk b/target/linux/lantiq/image/danube.mk index 2fb5ea061f..6ba9a91fb2 100644 --- a/target/linux/lantiq/image/danube.mk +++ b/target/linux/lantiq/image/danube.mk @@ -29,6 +29,7 @@ define Device/arcadyan_arv4519pw kmod-ltq-adsl-danube-fw-a kmod-ltq-atm-danube \ ltq-adsl-app ppp-mod-pppoa SUPPORTED_DEVICES += ARV4519PW + DEFAULT := n endef TARGET_DEVICES += arcadyan_arv4519pw @@ -110,6 +111,7 @@ define Device/arcadyan_arv7525pw kmod-ltq-adsl-danube-fw-b kmod-ltq-atm-danube \ ltq-adsl-app ppp-mod-pppoa -swconfig SUPPORTED_DEVICES += ARV4510PW + DEFAULT := n endef TARGET_DEVICES += arcadyan_arv7525pw @@ -201,6 +203,7 @@ define Device/lantiq_easy50712 DEVICE_MODEL := Danube (EASY50712) SOC := danube IMAGE_SIZE := 3776k + DEFAULT := n endef TARGET_DEVICES += lantiq_easy50712 |