ar71xx: add support for the Zcomax ZCN-1523H-2-8/5-16 boards
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / etc / diag.sh
index b27bd3e42576a002bec9d3fff5d6c7a9399da604..b1e1d2312be68ff23dce6afdc7fa199ed7e6ef86 100755 (executable)
@@ -39,7 +39,7 @@ get_status_led() {
        aw-nr580)
                status_led="aw-nr580:green:ready"
                ;;
-       bullet-m | rocket-m | nano-m)
+       bullet-m | rocket-m | nano-m | nanostation-m)
                status_led="ubnt:green:link4"
                ;;
        dir-600-a1)
@@ -51,6 +51,9 @@ get_status_led() {
        dir-825-b1)
                status_led="dir825b1:orange:power"
                ;;
+       eap7660d)
+               status_led="eap7660d:green:ds4"
+               ;;
        ls-sr71)
                status_led="ubnt:green:d22"
                ;;
@@ -105,6 +108,9 @@ get_status_led() {
        wzr-hp-g300nh)
                status_led="wzr-hp-g300nh:green:router"
                ;;
+       zcn-1523h-2 | zcn-1523h-5)
+               status_led="zcn-1523h:amber:init"
+               ;;
        esac;
 }