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: L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 41933
This commit is contained in:
parent
e7ec79821a
commit
c6674722b9
@ -74,7 +74,7 @@ get_status_led() {
|
||||
status_led="m4:blue:status"
|
||||
;;
|
||||
mlw221)
|
||||
status_led="kingston:green:status"
|
||||
status_led="kingston:blue:status"
|
||||
;;
|
||||
mofi3500-3gn)
|
||||
status_led="mofi3500-3gn:green:status"
|
||||
|
@ -115,6 +115,7 @@ case $board in
|
||||
;;
|
||||
mlw221)
|
||||
set_wifi_led "kingston:blue:wifi"
|
||||
ucidef_set_led_default "system" "system" "kingston:blue:system" "1"
|
||||
;;
|
||||
mofi3500-3gn)
|
||||
set_usb_led "mofi3500-3gn:green:usb"
|
||||
|
Loading…
Reference in New Issue
Block a user