From: mb Date: Sun, 6 Mar 2011 10:45:24 +0000 (+0000) Subject: omap24xx: Set hardware watchdog timeout to max X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=60d3bc02ce5f5e674e38804c66455226c8ef5795;p=openwrt.git omap24xx: Set hardware watchdog timeout to max git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25883 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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) }