projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1014bb0
)
mxs: fix automatic status led detection
author
Zoltan Herpai
<wigyori@uid0.hu>
Fri, 12 Dec 2014 12:01:39 +0000
(12:01 +0000)
committer
Zoltan Herpai
<wigyori@uid0.hu>
Fri, 12 Dec 2014 12:01:39 +0000
(12:01 +0000)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43650
target/linux/mxs/base-files/etc/diag.sh
patch
|
blob
|
history
diff --git
a/target/linux/mxs/base-files/etc/diag.sh
b/target/linux/mxs/base-files/etc/diag.sh
index e48fa96af63a7f988cfc35cad26d425e183b1f5a..683e1234d589da5a250269d1b22e8d752cb0f0c8 100644
(file)
--- a/
target/linux/mxs/base-files/etc/diag.sh
+++ b/
target/linux/mxs/base-files/etc/diag.sh
@@
-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 -1
d
*:status 2> /dev/null | head -n 1)
;;
esac
}