mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41933 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user