mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
omap24xx: Set hardware watchdog timeout to max
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25883 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a91b3a7fc0
commit
e3df1bc25a
@ -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)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user