BB:ramips:Kingston MLW221 cleanup
[14.07/openwrt.git] / target / linux / ramips / base-files / etc / diag.sh
index c9b7ded..74b8867 100755 (executable)
@@ -73,17 +73,18 @@ get_status_led() {
        m4)
                status_led="m4:blue:status"
                ;;
-       mlw221)
-               status_led="kingston:blue:status"
+       mlw221|\
+       mlwg2)
+               status_led="kingston:blue:system"
                ;;
        mofi3500-3gn)
                status_led="mofi3500-3gn:green:status"
                ;;
        mpr-a1)
-               status_led="mpr-a1:red:power"
+               status_led="hame:red:power"
                ;;
        mpr-a2)
-               status_led="mpr-a2:red:power"
+               status_led="hame:red:power"
                ;;
        nbg-419n)
                status_led="nbg-419n:green:power"
@@ -129,6 +130,9 @@ get_status_led() {
        v22rw-2x2)
                status_led="v22rw-2x2:green:security"
                ;;
+       vocore)
+               status_led="vocore:green:status"
+               ;;
        w306r-v20)
                status_led="w306r-v20:green:sys"
                ;;
@@ -185,6 +189,10 @@ get_status_led() {
        na930)
                status_led="na930:blue:power"
                ;;
+       y1 | \
+       y1s)
+               status_led="lenovo:blue:power"
+               ;;
        esac
 }