mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
0c117e1f6c
The current problems blocking the switch to the kernel 5.15 are related to the GSWIP driver. This driver is only used by the xrx200 subtarget. The other subtargets are unaffected by this problem. Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
23 lines
459 B
Makefile
23 lines
459 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=xrx200
|
|
BOARDNAME:=XRX200
|
|
FEATURES+=atm nand ramdisk source-only
|
|
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 \
|
|
dsl-vrx200-firmware-xdsl-a \
|
|
dsl-vrx200-firmware-xdsl-b-patch \
|
|
ppp-mod-pppoa
|
|
|
|
define Target/Description
|
|
Lantiq XRX200
|
|
endef
|