rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / kirkwood / base-files / etc / diag.sh
index 29445d5..8d48054 100755 (executable)
@@ -7,12 +7,16 @@
 get_status_led() {
        case $(kirkwood_board_name) in
        dockstar|\
 get_status_led() {
        case $(kirkwood_board_name) in
        dockstar|\
+       goflexhome|\
        goflexnet|\
        pogo_e02)
                status_led="status:orange:fault"
                ;;
        goflexnet|\
        pogo_e02)
                status_led="status:orange:fault"
                ;;
-       ea4500)
-               status_led="ea4500:white:health"
+       linksys-audi)
+               status_led="audi:green:power"
+               ;;
+       linksys-viper)
+               status_led="viper:white:health"
                ;;
        esac
 }
                ;;
        esac
 }