mpc85xx: Add Aerohive HiveAP-330 Access Point
[openwrt/staging/hauke.git] / target / linux / mpc85xx / base-files / etc / diag.sh
index b269427a51640ba78a4a8060b305bb5fc2e85127..7261795197850784a2ba698a630acac593a7f074 100644 (file)
@@ -5,11 +5,14 @@
 . /lib/functions/leds.sh
 
 get_status_led() {
-        case $(board_name) in
-        tl-wdr4900-v1)
-                status_led="tp-link:blue:system"
-                ;;
-        esac
+       case $(board_name) in
+       hiveap-330)
+               status_led="hiveap-330:green:tricolor0"
+               ;;
+       tl-wdr4900-v1)
+               status_led="tp-link:blue:system"
+               ;;
+esac
 }
 
 set_state() {