From 075c71ed3cb1e134d2bad32309681f4bf2a2edc8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Sun, 6 Mar 2011 10:45:24 +0000 Subject: [PATCH] omap24xx: Set hardware watchdog timeout to max SVN-Revision: 25883 --- target/linux/omap24xx/base-files/etc/init.d/watchdog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } -- 2.30.2