mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
78057b5595
After enhancing ltq-deu, build it by default for the devices
using it.
Reverts: 964863b
("ltq-deu: Mark lantiq DEU broken")
Signed-off-by: Daniel Kestrel <kestrel1974@t-online.de>
23 lines
443 B
Makefile
23 lines
443 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=xrx200
|
|
BOARDNAME:=XRX200
|
|
FEATURES+=atm nand ramdisk
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES+=kmod-leds-gpio \
|
|
kmod-gpio-button-hotplug \
|
|
ltq-vdsl-vr9-vectoring-fw-installer \
|
|
kmod-ltq-vdsl-vr9-mei \
|
|
kmod-ltq-vdsl-vr9 \
|
|
kmod-ltq-atm-vr9 \
|
|
kmod-ltq-deu-vr9 \
|
|
kmod-ltq-ptm-vr9 \
|
|
ltq-vdsl-app \
|
|
dsl-vrx200-firmware-xdsl-a \
|
|
dsl-vrx200-firmware-xdsl-b-patch \
|
|
ppp-mod-pppoa
|
|
|
|
define Target/Description
|
|
Lantiq XRX200
|
|
endef
|