aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar7
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/ar7
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/ar7')
-rw-r--r--target/linux/ar7/base-files/etc/diag.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar7/base-files/etc/diag.sh b/target/linux/ar7/base-files/etc/diag.sh
index 37eed6a1a1..f6548e8d50 100644
--- a/target/linux/ar7/base-files/etc/diag.sh
+++ b/target/linux/ar7/base-files/etc/diag.sh
@@ -29,6 +29,9 @@ set_state() {
failsafe)
status_led_set_timer 50 50
;;
+ preinit_regular)
+ status_led_blink_preinit_regular
+ ;;
done)
[ "$status_led" = "status" ] && {
status_led_set_heartbeat