projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] base-files: Add function pi_include the /lib/functions/boot.sh used by...
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
base-files
/
etc
/
diag.sh
diff --git
a/target/linux/brcm63xx/base-files/etc/diag.sh
b/target/linux/brcm63xx/base-files/etc/diag.sh
index
f77200a
..
fd9de29
100755
(executable)
--- a/
target/linux/brcm63xx/base-files/etc/diag.sh
+++ b/
target/linux/brcm63xx/base-files/etc/diag.sh
@@
-61,7
+61,11
@@
set_state() {
status_led_set_timer 50 50
;;
done)
- status_led_off
+ if [ "$status_led" = "power" ]; then
+ status_led_on
+ else
+ status_led_off
+ fi
;;
esac
}
This page took
0.01875 seconds
and
4
git commands to generate.