ramips: add support for Zyxel NBG-419N2 (WAP3205v2)
[openwrt/openwrt.git] / target / linux / ramips / base-files / etc / diag.sh
index acc500b70e280252e95fb2800ec616c60782350a..2f092b0bca3c55c8bcf6184133fbe0f56da6f90a 100644 (file)
@@ -19,24 +19,33 @@ get_status_led() {
        asl26555|\
        br-6425|\
        br-6475nd|\
+       dch-m225|\
+       dir-860l-b1|\
        e1700|\
        fonera20n|\
+       mzk-750dhp|\
        mzk-dp150n|\
        mzk-w300nh2|\
        nbg-419n|\
+       nbg-419n2|\
        pwh2004|\
        wnce2001|\
+       wndr3700v5|\
        x5|\
        x8|\
        xdxrn502j)
                status_led="$board:green:power"
                ;;
        a5-v11|\
+       cs-qr10|\
        d105|\
        dcs-930l-b1|\
+       ex2700|\
        hlk-rm04|\
+       jhr-n825r|\
        mpr-a1|\
-       mpr-a2)
+       mpr-a2|\
+       mzk-ex750np)
                status_led="$board:red:power"
                ;;
        ai-br100|\
@@ -57,13 +66,15 @@ get_status_led() {
        dir-620-d1|\
        hpm|\
        hw550-3g|\
+       mac1200rv2|\
        miniembwifi|\
        mofi3500-3gn|\
        rut5xx|\
        v11st-fe|\
        vocore|\
        wmr-300|\
-       zbt-wg2626)
+       zbt-wg2626|\
+       zbt-wg3526)
                status_led="$board:green:status"
                ;;
        atp-52b|\
@@ -71,12 +82,21 @@ get_status_led() {
                status_led="$board:green:run"
                ;;
        awapn2403|\
-       dir-645)
+       dir-645|\
+       sk-wb8|\
+       wrh-300cr)
                status_led="$board:green:wps"
                ;;
-       cf-wr800n)
+       c50)
+               status_led="tp-link:blue:power"
+               ;;
+       cf-wr800n|\
+       psg1208)
                status_led="$board:white:wps"
                ;;
+       psg1218)
+               status_led="$board:blue:status"
+               ;;
        cy-swr1100|\
        w502u)
                status_led="$board:blue:wps"
@@ -97,16 +117,20 @@ get_status_led() {
                status_led="$board:blue:power"
                ;;
        db-wrt01|\
-       esr-9753)
+       esr-9753|\
+       pbr-d1)
                status_led="$board:orange:power"
                ;;
        f5d8235-v2)
                status_led="$board:blue:router"
                ;;
-       f7c027)
+       f7c027|\
+       timecloud)
                status_led="$board:orange:status"
                ;;
        hc5*61|\
+       jhr-n805r|\
+       jhr-n926r|\
        mlw221|\
        mlwg2)
                status_led="$board:blue:system"
@@ -123,6 +147,7 @@ get_status_led() {
                status_led="$board:blue:status"
                ;;
        miwifi-mini|\
+       miwifi-nano|\
        zte-q7)
                status_led="$board:red:status"
                ;;
@@ -132,8 +157,12 @@ get_status_led() {
        nw718)
                status_led="$board:amber:cpu"
                ;;
+       newifi-d1)
+               status_led="$board:blue:status"
+               ;;
        oy-0001|\
-       sl-r7205)
+       sl-r7205|\
+       zbt-we826)
                status_led="$board:green:wifi"
                ;;
        psr-680w)
@@ -143,9 +172,11 @@ get_status_led() {
        re6500|\
        whr-1166d|\
        whr-300hp2|\
-       whr-600d)
+       whr-600d|\
+       widora-neo)
                status_led="$board:orange:wifi"
                ;;
+       mzk-ex300np|\
        rt-n10-plus|\
        tew-691gr|\
        tew-692gr|\
@@ -179,13 +210,16 @@ get_status_led() {
                ;;
        wsr-1166|\
        wsr-600)
-               status_led="$board:orange:diag"
+               status_led="$board:green:power"
                ;;
        wrtnode2r | \
        wrtnode2p | \
        wrtnode)
                status_led="wrtnode:blue:indicator"
                ;;
+       zbt-cpe102)
+               status_led="$board:green:4g-0"
+               ;;
        esac
 }