ramips-mt7621: remove BROKEN flag for ZBT WG3526-16M & WG3526-32M

This commit is contained in:
Andreas Ziegler 2018-12-27 17:05:31 +01:00 committed by Andreas Ziegler
parent 276c6c3dae
commit 5746fb08c4
2 changed files with 12 additions and 4 deletions

View File

@ -361,6 +361,11 @@ ramips-mt7621
- EdgeRouter X - EdgeRouter X
- EdgeRouter X-SFP - EdgeRouter X-SFP
* ZBT
- WG3526-16M [#80211s]_
- WG3526-32M [#80211s]_
ramips-rt305x ramips-rt305x
^^^^^^^^^^^^^ ^^^^^^^^^^^^^

View File

@ -4,22 +4,25 @@ if [ "$BROKEN" ] || [ "$GLUON_WLAN_MESH" = '11s' ]; then
device d-link-dir-860l-b1 dir-860l-b1 # BROKEN: IBSS untested device d-link-dir-860l-b1 dir-860l-b1 # BROKEN: IBSS untested
fi fi
# BROKEN: No AP+IBSS support (plus individual issues)
if [ "$BROKEN" ]; then
## Netgear ## Netgear
if [ "$BROKEN" ]; then
device netgear-wndr3700v5 wndr3700v5 # BROKEN: Untested device netgear-wndr3700v5 wndr3700v5 # BROKEN: Untested
factory factory
fi
# BROKEN: IBSS untested
if [ "$BROKEN" ] || [ "$GLUON_WLAN_MESH" = '11s' ]; then
## ZBT ## ZBT
device zbt-wg3526-16m zbt-wg3526-16M # BROKEN: Untested device zbt-wg3526-16m zbt-wg3526-16M
factory factory
manifest_alias zbt-wg3526 manifest_alias zbt-wg3526
device zbt-wg3526-32m zbt-wg3526-32M # BROKEN: Untested device zbt-wg3526-32m zbt-wg3526-32M
factory factory
fi fi