Skip to content

Commit 97ac63e

Browse files
blocktrronhafu
authored andcommitted
lantiq-xrx200: remove BROKEN target-flag
This removes the BROKEN flag from the lantiq-xrx200 target. The issues with the switch-driver have been resolved upstream Link: openwrt/openwrt#13638 Signed-off-by: David Bauer <[email protected]>
1 parent 1957ac7 commit 97ac63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ $(eval $(call GluonTarget,bcm27xx,bcm2709))
66
$(eval $(call GluonTarget,ipq40xx,generic))
77
$(eval $(call GluonTarget,ipq40xx,mikrotik))
88
$(eval $(call GluonTarget,ipq806x,generic))
9+
$(eval $(call GluonTarget,lantiq,xrx200))
910
$(eval $(call GluonTarget,lantiq,xway))
1011
$(eval $(call GluonTarget,mediatek,filogic))
1112
$(eval $(call GluonTarget,mediatek,mt7622))
@@ -25,6 +26,5 @@ $(eval $(call GluonTarget,x86,64))
2526

2627
ifneq ($(BROKEN),)
2728
$(eval $(call GluonTarget,bcm27xx,bcm2710)) # BROKEN: Untested
28-
$(eval $(call GluonTarget,lantiq,xrx200)) # BROKEN: Switch driver broken on Linux 5.15
2929
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No 11s support
3030
endif

0 commit comments

Comments
 (0)