Forráskód Böngészése

mxs: fix automatic status led detection

Signed-off-by: Michael Heimpold <[email protected]>
Signed-off-by: Zoltan HERPAI <[email protected]>

SVN-Revision: 43650
Zoltan Herpai 11 éve
szülő
commit
50f9d27da8
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      target/linux/mxs/base-files/etc/diag.sh

+ 2 - 2
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 -1d *:status 2> /dev/null | head -n 1)
 		;;
 	esac
 }