aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-12-15 10:37:00 +0000
committerJohn Crispin <blogic@openwrt.org>2014-12-15 10:37:00 +0000
commitff1614a66157c12328e0f629b157566318d163ed (patch)
tree2dd6facfac45e6ba19352b4634d65de86fe953ad /target/linux/brcm63xx/base-files/etc/diag.sh
parent5db780f39911c6b70de5b0b747b65a156e5e106f (diff)
downloadmaster-187ad058-ff1614a66157c12328e0f629b157566318d163ed.tar.gz
master-187ad058-ff1614a66157c12328e0f629b157566318d163ed.tar.bz2
master-187ad058-ff1614a66157c12328e0f629b157566318d163ed.zip
add "preinit_regular" diag.sh set_state argument
This new argument is used right after starting regular preinit (which happens if failsafe wasn't triggered). The main purpose of "preinit" argument is to indicate that failsafe can be triggered, however we were missing a way to inform user that we don't wait for a trigger anymore. With this change it's clear when failsafe mode can be triggered. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43715 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/diag.sh')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/etc/diag.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/diag.sh b/target/linux/brcm63xx/base-files/etc/diag.sh
index bbf5c0b2e8..f6a65d1107 100755
--- a/target/linux/brcm63xx/base-files/etc/diag.sh
+++ b/target/linux/brcm63xx/base-files/etc/diag.sh
@@ -12,6 +12,9 @@ set_state() {
failsafe)
status_led_set_timer 50 50
;;
+ preinit_regular)
+ status_led_set_timer 500 500
+ ;;
done)
if [ "${status_led/power}" != "$status_led" ]; then
status_led_on