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