kirkwood: add support for Cisco ON100
[openwrt/openwrt.git] / target / linux / kirkwood / base-files / etc / diag.sh
index 8d480542f0615a1edc186c1152a2afff97d2e546..64650850d60e2660528c5a8fa39d33bb1833b0ed 100755 (executable)
@@ -8,16 +8,24 @@ get_status_led() {
        case $(kirkwood_board_name) in
        dockstar|\
        goflexhome|\
-       goflexnet|\
-       pogo_e02)
+       goflexnet)
                status_led="status:orange:fault"
                ;;
+       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
 }