Skip to content
Snippets Groups Projects
Commit 5746fb08 authored by Andreas Ziegler's avatar Andreas Ziegler Committed by Andreas Ziegler
Browse files

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

parent 276c6c3d
No related branches found
No related tags found
No related merge requests found
......@@ -361,6 +361,11 @@ ramips-mt7621
- EdgeRouter X
- EdgeRouter X-SFP
* ZBT
- WG3526-16M [#80211s]_
- WG3526-32M [#80211s]_
ramips-rt305x
^^^^^^^^^^^^^
......
......@@ -4,22 +4,25 @@ if [ "$BROKEN" ] || [ "$GLUON_WLAN_MESH" = '11s' ]; then
device d-link-dir-860l-b1 dir-860l-b1 # BROKEN: IBSS untested
fi
# BROKEN: No AP+IBSS support (plus individual issues)
if [ "$BROKEN" ]; then
## Netgear
if [ "$BROKEN" ]; then
device netgear-wndr3700v5 wndr3700v5 # BROKEN: Untested
factory
fi
# BROKEN: IBSS untested
if [ "$BROKEN" ] || [ "$GLUON_WLAN_MESH" = '11s' ]; then
## ZBT
device zbt-wg3526-16m zbt-wg3526-16M # BROKEN: Untested
device zbt-wg3526-16m zbt-wg3526-16M
factory
manifest_alias zbt-wg3526
device zbt-wg3526-32m zbt-wg3526-32M # BROKEN: Untested
device zbt-wg3526-32m zbt-wg3526-32M
factory
fi
......
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