mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
mxs: fix automatic status led detection
Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43650 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Copyright (C) 2013 OpenWrt.org
|
||||
# Copyright (C) 2013-2014 OpenWrt.org
|
||||
|
||||
. /lib/functions/leds.sh
|
||||
. /lib/mxs.sh
|
||||
@@ -13,7 +13,7 @@ get_status_led() {
|
||||
status_led="green"
|
||||
;;
|
||||
*)
|
||||
status_led=$(cd /sys/class/leds && ls -1 *:status 2> /dev/null | head -n 1)
|
||||
status_led=$(cd /sys/class/leds && ls -1d *:status 2> /dev/null | head -n 1)
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user