소스 검색

omap24xx: Set hardware watchdog timeout to max

SVN-Revision: 25883
Michael Büsch 14 년 전
부모
커밋
dd54ed7bca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      target/linux/omap24xx/base-files/etc/init.d/watchdog

+ 1 - 1
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)
 }