mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26:15 +00:00
6da5356195
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>
23 lines
627 B
Makefile
23 lines
627 B
Makefile
define Device/allnet_all0333cj
|
|
DEVICE_VENDOR := Allnet
|
|
DEVICE_MODEL := ALL0333CJ
|
|
IMAGE_SIZE := 3700k
|
|
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 := 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
|