ramips: Add support for ZBT-CPE102
[openwrt/openwrt.git] / target / linux / ramips / base-files / etc / diag.sh
index 0c5abb2861a5bad070afdd6b85eedc82e7dbd41e..1eb4036aabb64cff47fbfa2f56f54ab3ac4570d8 100644 (file)
@@ -19,6 +19,8 @@ get_status_led() {
        asl26555|\
        br-6425|\
        br-6475nd|\
+       dch-m225|\
+       dir-860l-b1|\
        e1700|\
        fonera20n|\
        mzk-750dhp|\
@@ -63,6 +65,7 @@ get_status_led() {
        dir-620-d1|\
        hpm|\
        hw550-3g|\
+       mac1200rv2|\
        miniembwifi|\
        mofi3500-3gn|\
        rut5xx|\
@@ -116,7 +119,8 @@ get_status_led() {
        f5d8235-v2)
                status_led="$board:blue:router"
                ;;
-       f7c027)
+       f7c027|\
+       timecloud)
                status_led="$board:orange:status"
                ;;
        hc5*61|\
@@ -204,6 +208,9 @@ get_status_led() {
        wrtnode)
                status_led="wrtnode:blue:indicator"
                ;;
+       zbt-cpe102)
+               status_led="$board:green:4g-0"
+               ;;
        esac
 }