ramips: add ZBT-WE826 32MB variant
[openwrt/openwrt.git] / target / linux / ramips / base-files / etc / diag.sh
index e5b4b5992d4d6b2eea998e9268f92456ef205a3c..f2aca340ddef65b34d29e69c0a8e4cf6a4252ec2 100644 (file)
@@ -58,7 +58,10 @@ get_status_led() {
        wn3000rpv3)
                status_led="$board:red:power"
                ;;
-       ac1200pro|\
+       ai-br100|\
+       ht-tm02)
+               status_led="$board:blue:wlan"
+               ;;
        all0239-3g|\
        dcs-930|\
        dir-300-b1|\
@@ -79,14 +82,9 @@ get_status_led() {
        rut5xx|\
        v11st-fe|\
        wmr-300|\
-       zbt-wg2626|\
-       zbt-wg3526)
+       zbt-wg2626)
                status_led="$board:green:status"
                ;;
-       ai-br100|\
-       ht-tm02)
-               status_led="$board:blue:wlan"
-               ;;
        asl26555-8M|\
        asl26555-16M)
                status_led="asl26555:green:power"
@@ -191,8 +189,7 @@ get_status_led() {
                status_led="$board:amber:system"
                ;;
        oy-0001|\
-       sl-r7205|\
-       zbt-we826)
+       sl-r7205)
                status_led="$board:green:wifi"
                ;;
        psr-680w)
@@ -275,6 +272,14 @@ get_status_led() {
        zbt-cpe102)
                status_led="$board:green:4g-0"
                ;;
+       zbt-we826-16M|\
+       zbt-we826-32M)
+               status_led="zbt-we826:green:wifi"
+               ;;
+       zbt-wg3526-16M|\
+       zbt-wg3526-32M)
+               status_led="zbt-wg3526:green:status"
+               ;;
        esac
 }