aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2023-10-09 00:26:18 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2023-10-23 01:47:51 +0200
commit023f90fbc828a7d146bc1dce057c205a67e313a7 (patch)
tree5b81ab56df1c6feaaa6c4809c65459b1cc541852 /target
parent03cb2d63f487a5d716711c2693f126c913e599cf (diff)
downloadupstream-023f90fbc828a7d146bc1dce057c205a67e313a7.tar.gz
upstream-023f90fbc828a7d146bc1dce057c205a67e313a7.tar.bz2
upstream-023f90fbc828a7d146bc1dce057c205a67e313a7.zip
Revert "lantiq: xrx200: mark subtarget as source-only"
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:de:27:95:c1:b4 vid 0 to fdb: -22 [ 54.351242] gswip 1e108000.switch: port 5 failed to add e8:de: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> (cherry picked from commit e1aaa1defd2340be3544dc614f905795b4d52f81)
Diffstat (limited to 'target')
-rw-r--r--target/linux/lantiq/xrx200/target.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/xrx200/target.mk b/target/linux/lantiq/xrx200/target.mk
index 6e01fc79e4..0f119edd6f 100644
--- a/target/linux/lantiq/xrx200/target.mk
+++ b/target/linux/lantiq/xrx200/target.mk
@@ -1,7 +1,7 @@
ARCH:=mips
SUBTARGET:=xrx200
BOARDNAME:=XRX200
-FEATURES+=atm nand ramdisk source-only
+FEATURES+=atm nand ramdisk
CPU_TYPE:=24kc
DEFAULT_PACKAGES+=kmod-leds-gpio \