Skip to content
Snippets Groups Projects
Commit 955e7a71 authored by David Bauer's avatar David Bauer
Browse files

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: https://github.com/openwrt/openwrt/pull/13638



Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent 73fce2e9
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ $(eval $(call GluonTarget,bcm27xx,bcm2709)) ...@@ -6,6 +6,7 @@ $(eval $(call GluonTarget,bcm27xx,bcm2709))
$(eval $(call GluonTarget,ipq40xx,generic)) $(eval $(call GluonTarget,ipq40xx,generic))
$(eval $(call GluonTarget,ipq40xx,mikrotik)) $(eval $(call GluonTarget,ipq40xx,mikrotik))
$(eval $(call GluonTarget,ipq806x,generic)) $(eval $(call GluonTarget,ipq806x,generic))
$(eval $(call GluonTarget,lantiq,xrx200))
$(eval $(call GluonTarget,lantiq,xway)) $(eval $(call GluonTarget,lantiq,xway))
$(eval $(call GluonTarget,mediatek,filogic)) $(eval $(call GluonTarget,mediatek,filogic))
$(eval $(call GluonTarget,mediatek,mt7622)) $(eval $(call GluonTarget,mediatek,mt7622))
...@@ -25,6 +26,5 @@ $(eval $(call GluonTarget,x86,64)) ...@@ -25,6 +26,5 @@ $(eval $(call GluonTarget,x86,64))
ifneq ($(BROKEN),) ifneq ($(BROKEN),)
$(eval $(call GluonTarget,bcm27xx,bcm2710)) # BROKEN: Untested $(eval $(call GluonTarget,bcm27xx,bcm2710)) # BROKEN: Untested
$(eval $(call GluonTarget,lantiq,xrx200)) # BROKEN: Switch driver broken on Linux 5.15
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No 11s support $(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No 11s support
endif endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment