From: Michael Büsch Date: Sun, 6 Mar 2011 10:45:24 +0000 (+0000) Subject: omap24xx: Set hardware watchdog timeout to max X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=075c71ed3cb1e134d2bad32309681f4bf2a2edc8 omap24xx: Set hardware watchdog timeout to max SVN-Revision: 25883 --- 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) }