mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-17 15:59:37 +00:00
The next commit converts the firmware used by this driver to a package. Due to the fact that the driver is shipped as a package the firmware is already available. Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl> Link: https://github.com/openwrt/openwrt/pull/17669 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
24 lines
521 B
Makefile
24 lines
521 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=xrx200_legacy
|
|
BOARDNAME:=XRX200 Legacy
|
|
FEATURES+=atm ramdisk small_flash
|
|
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-vr9-app \
|
|
kmod-dsa-gswip \
|
|
dsl-vrx200-firmware-xdsl-a \
|
|
dsl-vrx200-firmware-xdsl-b-patch \
|
|
ppp-mod-pppoa
|
|
|
|
define Target/Description
|
|
Lantiq XRX200 Legacy for boards with small flash
|
|
endef
|