mpc85xx: use the generic board detect
[openwrt/staging/hauke.git] / target / linux / mpc85xx / base-files / etc / diag.sh
index 7261795197850784a2ba698a630acac593a7f074..3d56d14b08d2d9814a91493ab25e87a9f29073ac 100644 (file)
@@ -6,13 +6,13 @@
 
 get_status_led() {
        case $(board_name) in
-       hiveap-330)
+       aerohive,hiveap-330)
                status_led="hiveap-330:green:tricolor0"
                ;;
-       tl-wdr4900-v1)
+       tplink,tl-wdr4900-v1)
                status_led="tp-link:blue:system"
                ;;
-esac
+       esac
 }
 
 set_state() {