ramips : add support for PandoraBox D1
[openwrt/openwrt.git] / target / linux / ramips / base-files / etc / diag.sh
index e9d623d106733af5844881b5e5b9697248780357..e604d7f51df7ad08ceaa5ca73ade6074182d2788 100644 (file)
@@ -19,6 +19,7 @@ get_status_led() {
        asl26555|\
        br-6425|\
        br-6475nd|\
+       dch-m225|\
        dir-860l-b1|\
        e1700|\
        fonera20n|\
@@ -64,6 +65,7 @@ get_status_led() {
        dir-620-d1|\
        hpm|\
        hw550-3g|\
+       mac1200rv2|\
        miniembwifi|\
        mofi3500-3gn|\
        rut5xx|\
@@ -111,13 +113,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|\
@@ -205,6 +209,9 @@ get_status_led() {
        wrtnode)
                status_led="wrtnode:blue:indicator"
                ;;
+       zbt-cpe102)
+               status_led="$board:green:4g-0"
+               ;;
        esac
 }