summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2010-11-28 22:04:30 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2010-11-28 22:04:30 +0000
commit8fa9b24a4c7635158758d69ee4c804a24e0e20d7 (patch)
tree598450791d7fe53814ba4c0386a337d5bb94bd2c /target/linux/brcm63xx/base-files/etc/diag.sh
parentfec30c8c80c9c01b8b37332beb8639b2806d9c1c (diff)
downloadmaster-31e0f0ae-8fa9b24a4c7635158758d69ee4c804a24e0e20d7.tar.gz
master-31e0f0ae-8fa9b24a4c7635158758d69ee4c804a24e0e20d7.tar.bz2
master-31e0f0ae-8fa9b24a4c7635158758d69ee4c804a24e0e20d7.zip
bcm63xx: Allow 'colored' power leds.
Since some devices have more than one power led, they might be separated by their color in the name. To also allow them to be on after leaving preinit, set any status led starting with 'power' to on instead of only those with the exact name of 'power'. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24187
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/diag.sh')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/etc/diag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/diag.sh b/target/linux/brcm63xx/base-files/etc/diag.sh
index fd9de29ad4..cda52ac185 100755
--- a/target/linux/brcm63xx/base-files/etc/diag.sh
+++ b/target/linux/brcm63xx/base-files/etc/diag.sh
@@ -61,7 +61,7 @@ set_state() {
status_led_set_timer 50 50
;;
done)
- if [ "$status_led" = "power" ]; then
+ if [ "${status_led#power}" != "$status_led" ]; then
status_led_on
else
status_led_off