omap24xx: Set hardware watchdog timeout to max
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Mar 2011 10:45:24 +0000 (10:45 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Mar 2011 10:45:24 +0000 (10:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25883 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/omap24xx/base-files/etc/init.d/watchdog

index d1ad1a1..0d042c6 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)
 }
 
This page took 0.021492 seconds and 4 git commands to generate.