projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cc96c0
)
brcm63xx: diag.sh: use common status_led_blink_* functions
author
Piotr Dymacz
<pepe2k@gmail.com>
Thu, 9 Mar 2017 14:07:52 +0000
(15:07 +0100)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Wed, 15 Mar 2017 22:15:19 +0000
(23:15 +0100)
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
target/linux/brcm63xx/base-files/etc/diag.sh
patch
|
blob
|
history
diff --git
a/target/linux/brcm63xx/base-files/etc/diag.sh
b/target/linux/brcm63xx/base-files/etc/diag.sh
index df1d616f653d8d1e6f42d4c8f5855cefe181b8d1..e8e8624cdcbbbb870a65c6c711df06e994867bad 100644
(file)
--- a/
target/linux/brcm63xx/base-files/etc/diag.sh
+++ b/
target/linux/brcm63xx/base-files/etc/diag.sh
@@
-133,13
+133,13
@@
set_state() {
case "$1" in
preinit)
- status_led_
set_timer 200 200
+ status_led_
blink_preinit
;;
failsafe)
- status_led_
set_timer 50 50
+ status_led_
blink_failsafe
;;
preinit_regular)
- status_led_
set_timer 500 500
+ status_led_
blink_preinit_regular
;;
done)
if [ "${status_led/power}" != "$status_led" ]; then