projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[include] cmake.mk: fix passing of LDFLAGS
[openwrt.git]
/
target
/
linux
/
omap24xx
/
base-files
/
etc
/
init.d
/
watchdog
diff --git
a/target/linux/omap24xx/base-files/etc/init.d/watchdog
b/target/linux/omap24xx/base-files/etc/init.d/watchdog
index
d1ad1a1
..
0d042c6
100755
(executable)
--- 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
}
echo "WARNING: Watchdog not available. System will reboot soon!"
return 1
}
- /sbin/watchdog -T 6
0
-t 50 /dev/watchdog
+ /sbin/watchdog -T 6
3
-t 50 /dev/watchdog
[ -x /usr/bin/schedtool ] && /usr/bin/schedtool -R -p 60 -n -20 $(pidof watchdog)
}
[ -x /usr/bin/schedtool ] && /usr/bin/schedtool -R -p 60 -n -20 $(pidof watchdog)
}
This page took
0.025511 seconds
and
4
git commands to generate.