diff options
author | Michael Büsch <mb@bu3sch.de> | 2011-03-06 10:45:24 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2011-03-06 10:45:24 +0000 |
commit | dd54ed7bcaa63e66174b41163bfcbea765c2846c (patch) | |
tree | bde7b8c9c97359d20cc9baa5e68e69c4909b3879 /target/linux | |
parent | 26c83e324897e3dc2483b88b8f3130be50e26099 (diff) | |
download | upstream-dd54ed7bcaa63e66174b41163bfcbea765c2846c.tar.gz upstream-dd54ed7bcaa63e66174b41163bfcbea765c2846c.tar.bz2 upstream-dd54ed7bcaa63e66174b41163bfcbea765c2846c.zip |
omap24xx: Set hardware watchdog timeout to max
SVN-Revision: 25883
Diffstat (limited to 'target/linux')
-rwxr-xr-x | target/linux/omap24xx/base-files/etc/init.d/watchdog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap24xx/base-files/etc/init.d/watchdog b/target/linux/omap24xx/base-files/etc/init.d/watchdog index d1ad1a1752..0d042c64ea 100755 --- 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 60 -t 50 /dev/watchdog + /sbin/watchdog -T 63 -t 50 /dev/watchdog [ -x /usr/bin/schedtool ] && /usr/bin/schedtool -R -p 60 -n -20 $(pidof watchdog) } |