omap24xx: Set hardware watchdog timeout to max
[openwrt/openwrt.git] / target / linux / omap24xx / base-files / etc / init.d / watchdog
index d1ad1a175292bda8d9e7b351eda5169965bdea7d..0d042c64ea45fa81ccdfa4a47aef6c2a3088d43c 100755 (executable)
@@ -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)
 }