e1aaa1defd
This reverts commit 0c117e1f6ccbee684ea0589d9024ca9dec4679c9. Activate the lantiq/xrx200 target again. There are still some problems with the GSWIP, but it is not leaking packets to the wrong bridge in normal operations. It shows some error messages at configuration like these: [ 54.308861] gswip 1e108000.switch: port 5 failed to add ce:9d:84:d1:81:f0 vid 1 to fdb: -22 [ 54.325633] gswip 1e108000.switch: port 5 failed to add e8🇩🇪27:95:c1:b4 vid 0 to fdb: -22 [ 54.351242] gswip 1e108000.switch: port 5 failed to add e8🇩🇪27:95:c1:b4 vid 1 to fdb: -22 [ 54.358311] gswip 1e108000.switch: port 5 failed to delete ce:9d:84:d1:81:f0 vid 1 from fdb: -2 The problems are described in this pull request: https://github.com/openwrt/openwrt/pull/13200 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
23 lines
447 B
Makefile
23 lines
447 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-vr9-app \
|
|
dsl-vrx200-firmware-xdsl-a \
|
|
dsl-vrx200-firmware-xdsl-b-patch \
|
|
ppp-mod-pppoa
|
|
|
|
define Target/Description
|
|
Lantiq XRX200
|
|
endef
|