ipq806x: mark as broken because of unstable wifi drivers

This commit is contained in:
Martin Weinelt 2018-09-03 23:35:50 +02:00 committed by Andreas Ziegler
parent 6b5cb4f23d
commit 3fb83cc3d5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,6 @@ $(eval $(call GluonTarget,x86,64))
ifneq ($(GLUON_WLAN_MESH_11s)$(BROKEN),)
$(eval $(call GluonTarget,ipq40xx))
$(eval $(call GluonTarget,ipq806x))
$(eval $(call GluonTarget,ramips,mt7620))
$(eval $(call GluonTarget,ramips,mt76x8))
$(eval $(call GluonTarget,ramips,rt305x))
@ -23,5 +22,6 @@ endif
ifneq ($(BROKEN),)
$(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support
$(eval $(call GluonTarget,brcm2708,bcm2710)) # BROKEN: Untested
$(eval $(call GluonTarget,ipq806x)) # BROKEN: unstable wifi drivers
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No AP+IBSS or 11s support
endif