ramips : add support for PandoraBox D1
[openwrt/openwrt.git] / target / linux / ramips / base-files / etc / diag.sh
index 3940a54845ee9654b3c46c01af8c19694b430cb4..e604d7f51df7ad08ceaa5ca73ade6074182d2788 100644 (file)
@@ -19,24 +19,32 @@ get_status_led() {
        asl26555|\
        br-6425|\
        br-6475nd|\
+       dch-m225|\
+       dir-860l-b1|\
        e1700|\
        fonera20n|\
+       mzk-750dhp|\
        mzk-dp150n|\
        mzk-w300nh2|\
        nbg-419n|\
        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 +65,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,10 +81,16 @@ 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"
                ;;
        cy-swr1100|\
@@ -97,16 +113,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"
@@ -133,7 +153,8 @@ get_status_led() {
                status_led="$board:amber:cpu"
                ;;
        oy-0001|\
-       sl-r7205)
+       sl-r7205|\
+       zbt-we826)
                status_led="$board:green:wifi"
                ;;
        psr-680w)
@@ -143,9 +164,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|\
@@ -162,6 +185,7 @@ get_status_led() {
                status_led="$board:green:security"
                ;;
        w306r-v20|\
+       witi|\
        zbt-wr8305rt)
                status_led="$board:green:sys"
                ;;
@@ -178,7 +202,15 @@ 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
 }