kirkwood: add support for Cisco ON100
[openwrt/openwrt.git] / target / linux / kirkwood / base-files / etc / diag.sh
index 29445d5d0db69635271f37ac5a14ec1b029de059..64650850d60e2660528c5a8fa39d33bb1833b0ed 100755 (executable)
@@ -7,12 +7,24 @@
 get_status_led() {
        case $(kirkwood_board_name) in
        dockstar|\
-       goflexnet|\
-       pogo_e02)
+       goflexhome|\
+       goflexnet)
                status_led="status:orange:fault"
                ;;
-       ea4500)
-               status_led="ea4500:white:health"
+       pogo_e02)
+               status_led="pogo_e02:orange:fault"
+               ;;
+       linksys-audi)
+               status_led="audi:green:power"
+               ;;
+       linksys-viper)
+               status_led="viper:white:health"
+               ;;
+       nsa310b)
+               status_led="nsa310:green:sys"
+               ;;
+       on100)
+               status_led="on100:green:health"
                ;;
        esac
 }