projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad4d414
)
failsafe variable
author
Mike Baker
<mbm@openwrt.org>
Mon, 2 May 2005 08:36:22 +0000
(08:36 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Mon, 2 May 2005 08:36:22 +0000
(08:36 +0000)
SVN-Revision: 784
openwrt/target/default/target_skeleton/etc/preinit
patch
|
blob
|
history
diff --git
a/openwrt/target/default/target_skeleton/etc/preinit
b/openwrt/target/default/target_skeleton/etc/preinit
index 9a80a7e079d6487d4e207c824838246fb6838985..5869f61e595d779ce2137525eedaa4edc3e05fe1 100755
(executable)
--- a/
openwrt/target/default/target_skeleton/etc/preinit
+++ b/
openwrt/target/default/target_skeleton/etc/preinit
@@
-3,7
+3,7
@@
mount none /proc -t proc
insmod diag
echo 0x01 > /proc/sys/diag
sleep 1
-if [ $(cat /proc/sys/reset) = 1 ] ; then
+if [ $(cat /proc/sys/reset) = 1 ]
|| [ "$(nvram get failsafe)" = 1 ]
; then
export FAILSAFE=true
while :; do { echo $(((X=(X+1)%8)%2)) > /proc/sys/diag; sleep $((X==0)); } done &
fi