projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea97c21
)
check if /proc/sys/reset exist, from sven-ola
author
Waldemar Brodkorb
<wbx@openwrt.org>
Thu, 29 Sep 2005 12:02:01 +0000
(12:02 +0000)
committer
Waldemar Brodkorb
<wbx@openwrt.org>
Thu, 29 Sep 2005 12:02:01 +0000
(12:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2002
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/default/etc/preinit
patch
|
blob
|
history
diff --git
a/package/base-files/default/etc/preinit
b/package/base-files/default/etc/preinit
index
34de88c
..
ff9bb4b
100755
(executable)
--- a/
package/base-files/default/etc/preinit
+++ b/
package/base-files/default/etc/preinit
@@
-5,7
+5,7
@@
mount none /proc -t proc
insmod diag
echo 0x01 > /proc/sys/diag
sleep 1
-if [ $(cat /proc/sys/reset) = 1 -o "$(nvram get failsafe)" = 1 ]; then
+if [
! -f /proc/sys/reset ] || [
$(cat /proc/sys/reset) = 1 -o "$(nvram get failsafe)" = 1 ]; then
export FAILSAFE=true
[ "$(nvram get boot_wait)" != "on" ] && {
nvram set boot_wait=on