From 5746fb08c461976bcbf75fb7d4425dc16ec24cf1 Mon Sep 17 00:00:00 2001
From: Andreas Ziegler <dev@andreas-ziegler.de>
Date: Thu, 27 Dec 2018 17:05:31 +0100
Subject: [PATCH] ramips-mt7621: remove BROKEN flag for ZBT WG3526-16M &
 WG3526-32M

---
 docs/index.rst        |  5 +++++
 targets/ramips-mt7621 | 11 +++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/docs/index.rst b/docs/index.rst
index e783481ed..a73a233c8 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -361,6 +361,11 @@ ramips-mt7621
   - EdgeRouter X
   - EdgeRouter X-SFP
 
+* ZBT
+
+  - WG3526-16M [#80211s]_
+  - WG3526-32M [#80211s]_
+
 ramips-rt305x
 ^^^^^^^^^^^^^
 
diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621
index d8b6c77c9..7be4dc14f 100644
--- a/targets/ramips-mt7621
+++ b/targets/ramips-mt7621
@@ -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
-- 
GitLab