kirkwood: fix pogo_e02 LED name
[openwrt/openwrt.git] / target / linux / kirkwood / base-files / etc / diag.sh
index 8d480542f0615a1edc186c1152a2afff97d2e546..91cb8cf78eef96133f75b4830c8d37b70e52c44d 100755 (executable)
@@ -8,10 +8,12 @@ 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"
                ;;