projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26c83e3
)
omap24xx: Set hardware watchdog timeout to max
author
Michael Büsch
<mb@bu3sch.de>
Sun, 6 Mar 2011 10:45:24 +0000
(10:45 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Sun, 6 Mar 2011 10:45:24 +0000
(10:45 +0000)
SVN-Revision: 25883
target/linux/omap24xx/base-files/etc/init.d/watchdog
patch
|
blob
|
history
diff --git
a/target/linux/omap24xx/base-files/etc/init.d/watchdog
b/target/linux/omap24xx/base-files/etc/init.d/watchdog
index d1ad1a175292bda8d9e7b351eda5169965bdea7d..0d042c64ea45fa81ccdfa4a47aef6c2a3088d43c 100755
(executable)
--- a/
target/linux/omap24xx/base-files/etc/init.d/watchdog
+++ b/
target/linux/omap24xx/base-files/etc/init.d/watchdog
@@
-8,7
+8,7
@@
start() {
echo "WARNING: Watchdog not available. System will reboot soon!"
return 1
}
- /sbin/watchdog -T 6
0
-t 50 /dev/watchdog
+ /sbin/watchdog -T 6
3
-t 50 /dev/watchdog
[ -x /usr/bin/schedtool ] && /usr/bin/schedtool -R -p 60 -n -20 $(pidof watchdog)
}