From e9362cb72470c41b16cdd271da7b16eb6e9a33c5 Mon Sep 17 00:00:00 2001
From: Andreas Ziegler <github@andreas-ziegler.de>
Date: Fri, 26 Jan 2018 04:10:12 +0100
Subject: [PATCH] targets: update & cleanup reasons for BROKEN flags

---
 targets/ar71xx-generic | 16 ++++++++--------
 targets/ar71xx-tiny    |  2 +-
 targets/ramips-mt7621  |  8 ++++----
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/targets/ar71xx-generic b/targets/ar71xx-generic
index 9553a86c8..7a5a8e69f 100644
--- a/targets/ar71xx-generic
+++ b/targets/ar71xx-generic
@@ -96,10 +96,10 @@ device netgear-wndrmacv2 wndrmacv2
 factory .img
 
 if [ "$BROKEN" ]; then
-device netgear-wndrmac wndrmac # BROKEN: untested
+device netgear-wndrmac wndrmac # BROKEN: Untested
 factory .img
 
-device netgear-wnr2200 wnr2200 WNR2200 # BROKEN: untested
+device netgear-wnr2200 wnr2200 WNR2200 # BROKEN: Untested
 factory .img
 fi
 
@@ -153,7 +153,7 @@ device tp-link-tl-wr710n-v1 tl-wr710n-v1
 device tp-link-tl-wr710n-v2.1 tl-wr710n-v2.1
 
 if [ "$BROKEN" ]; then
-device tp-link-tl-wr810n tl-wr810n # untested
+device tp-link-tl-wr810n tl-wr810n # BROKEN: Untested
 fi
 
 device tp-link-tl-wr842n-nd-v1 tl-wr842n-v1
@@ -183,20 +183,20 @@ device tp-link-archer-c7-v4 archer-c7-v4
 packages $ATH10K_PACKAGES
 
 if [ "$BROKEN" ]; then
-device tp-link-archer-c25-v1 archer-c25-v1 # instability with 5GHz mesh in some environments
+device tp-link-archer-c25-v1 archer-c25-v1 # BROKEN: OOM with 5GHz enabled in most environments
 packages $ATH10K_PACKAGES_QCA9887
 fi
 
 if [ "$BROKEN" ]; then
-device tp-link-archer-c58-v1 archer-c58-v1
+device tp-link-archer-c58-v1 archer-c58-v1 # BROKEN: OOM with 5GHz enabled in most environments
 fi
 
 if [ "$BROKEN" ] || [ "$GLUON_WLAN_MESH" = '11s' ]; then
-device tp-link-archer-c59-v1 archer-c59-v1 
+device tp-link-archer-c59-v1 archer-c59-v1 # BROKEN: IBSS meshing not working
 fi
 
 if [ "$BROKEN" ]; then
-device tp-link-archer-c60-v1 archer-c60-v1
+device tp-link-archer-c60-v1 archer-c60-v1 # BROKEN: OOM with 5GHz enabled in most environments
 fi
 
 device tp-link-re450 re450
@@ -229,7 +229,7 @@ device ubiquiti-loco-m-xw ubnt-loco-m-xw
 alias ubiquiti-nanostation-loco-m2-xw
 alias ubiquiti-nanostation-loco-m5-xw
 if [ "$BROKEN" ]; then
-alias ubiquiti-nanobeam-m5 # untested
+alias ubiquiti-nanobeam-m5 # BROKEN: Untested
 fi
 
 device ubiquiti-nanostation-m-xw ubnt-nano-m-xw
diff --git a/targets/ar71xx-tiny b/targets/ar71xx-tiny
index 5b56a34ea..01027053e 100644
--- a/targets/ar71xx-tiny
+++ b/targets/ar71xx-tiny
@@ -37,7 +37,7 @@ device tp-link-tl-wa801n-nd-v2 tl-wa801nd-v2
 device tp-link-tl-wa801n-nd-v3 tl-wa801nd-v3
 
 if [ "$BROKEN" ]; then
-device tp-link-tl-wr802n-v1 tl-wr802n-v1 # untested
+device tp-link-tl-wr802n-v1 tl-wr802n-v1 # BROKEN: Untested
 fi
 
 device tp-link-tl-wr841n-nd-v3 tl-wr841-v3
diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621
index e91711318..33d4e1b51 100644
--- a/targets/ramips-mt7621
+++ b/targets/ramips-mt7621
@@ -1,20 +1,20 @@
-# BROKEN: No AP+IBSS support, 11s has high packet loss
+# BROKEN: No AP+IBSS support (plus individual issues)
 if [ "$BROKEN" ]; then
 
 ## D-Link
 
-device d-link-dir-860l-b1 dir-860l-b1
+device d-link-dir-860l-b1 dir-860l-b1 # BROKEN: 2.4 GHz Mesh unreliable
 
 
 ## Netgear
 
-device netgear-wndr3700v5 wndr3700v5 # untested
+device netgear-wndr3700v5 wndr3700v5 # BROKEN: Untested
 factory
 
 
 ## ZBT
 
-device zbt-wg3526 zbt-wg3526
+device zbt-wg3526 zbt-wg3526 # BROKEN: Untested
 factory
 
 fi
-- 
GitLab