ramips: add support for Zyxel NBG-419N2 (WAP3205v2)
[openwrt/openwrt.git] / target / linux / ramips / base-files / etc / diag.sh
index 2d43f54fbb23380366640bd2b6aa18f3fbff2b45..2f092b0bca3c55c8bcf6184133fbe0f56da6f90a 100644 (file)
@@ -19,14 +19,18 @@ 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)
@@ -40,7 +44,8 @@ get_status_led() {
        hlk-rm04|\
        jhr-n825r|\
        mpr-a1|\
-       mpr-a2)
+       mpr-a2|\
+       mzk-ex750np)
                status_led="$board:red:power"
                ;;
        ai-br100|\
@@ -61,6 +66,7 @@ get_status_led() {
        dir-620-d1|\
        hpm|\
        hw550-3g|\
+       mac1200rv2|\
        miniembwifi|\
        mofi3500-3gn|\
        rut5xx|\
@@ -77,13 +83,20 @@ get_status_led() {
                ;;
        awapn2403|\
        dir-645|\
+       sk-wb8|\
        wrh-300cr)
                status_led="$board:green:wps"
                ;;
+       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"
@@ -104,13 +117,15 @@ 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|\
@@ -132,6 +147,7 @@ get_status_led() {
                status_led="$board:blue:status"
                ;;
        miwifi-mini|\
+       miwifi-nano|\
        zte-q7)
                status_led="$board:red:status"
                ;;
@@ -141,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)
@@ -152,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|\
@@ -188,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
 }