Skip to content
Snippets Groups Projects
Commit 19a1c648 authored by blogic's avatar blogic
Browse files

ramips: Fix LEDs on the Kingston MLW221

LED Fix up for the Kingston Mobilelite Wireless (MLW-221)

http://wiki.openwrt.org/toh/kingston/mlw221



Signed-off-by: default avatarL. D. Pinney <ldpinney@gmail.com>

Backport of r41933

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41973 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent da4d52d5
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ get_status_led() { ...@@ -74,7 +74,7 @@ get_status_led() {
status_led="m4:blue:status" status_led="m4:blue:status"
;; ;;
mlw221) mlw221)
status_led="kingston:green:status" status_led="kingston:blue:status"
;; ;;
mofi3500-3gn) mofi3500-3gn)
status_led="mofi3500-3gn:green:status" status_led="mofi3500-3gn:green:status"
......
...@@ -115,6 +115,7 @@ case $board in ...@@ -115,6 +115,7 @@ case $board in
;; ;;
mlw221) mlw221)
set_wifi_led "kingston:blue:wifi" set_wifi_led "kingston:blue:wifi"
ucidef_set_led_default "system" "system" "kingston:blue:system" "1"
;; ;;
mofi3500-3gn) mofi3500-3gn)
set_usb_led "mofi3500-3gn:green:usb" set_usb_led "mofi3500-3gn:green:usb"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment