ramips-mt7621: do not tag ubnt-erx(-sfp) as broken

There is no wifi, so there is no bad wifi.

[Matthias Schiffer: rebase onto master]

(cherry picked from commit 17d1c65610)
This commit is contained in:
kb-light 2017-10-30 07:30:17 +01:00
parent 21ded59c33
commit 7e9627c5dd
2 changed files with 16 additions and 9 deletions

View File

@ -1,9 +1,22 @@
# D-Link
# BROKEN: No AP+IBSS support, 11s has high packet loss
if [ "$BROKEN" ]; then
## D-Link
device d-link-dir-860l-b1 dir-860l-b1
# Ubiquiti
## ZBT
device zbt-wg3526 zbt-wg3526
factory
fi
# Devices without WLAN
## Ubiquiti
device ubnt-erx ubnt-erx
packages '-hostapd-mini'
@ -14,9 +27,3 @@ device ubnt-erx-sfp ubnt-erx-sfp
packages '-hostapd-mini'
factory
sysupgrade '.tar'
# ZBT
device zbt-wg3526 zbt-wg3526
factory

View File

@ -4,6 +4,7 @@ $(eval $(call GluonTarget,ar71xx,nand))
$(eval $(call GluonTarget,brcm2708,bcm2708))
$(eval $(call GluonTarget,brcm2708,bcm2709))
$(eval $(call GluonTarget,mpc85xx,generic))
$(eval $(call GluonTarget,ramips,mt7621))
$(eval $(call GluonTarget,x86,generic))
$(eval $(call GluonTarget,x86,geode))
$(eval $(call GluonTarget,x86,64))
@ -12,7 +13,6 @@ ifneq ($(BROKEN),)
$(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support
$(eval $(call GluonTarget,ipq806x)) # BROKEN: Untested
$(eval $(call GluonTarget,mvebu)) # BROKEN: No AP+IBSS or 11s support
$(eval $(call GluonTarget,ramips,mt7621)) # BROKEN: No AP+IBSS support, 11s has high packet loss
$(eval $(call GluonTarget,ramips,mt7628)) # BROKEN: No AP+IBSS support
$(eval $(call GluonTarget,ramips,rt305x)) # BROKEN: No AP+IBSS support
$(eval $(call GluonTarget,sunxi)) # BROKEN: Untested