mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:56:14 +02:00
[package] base-files: Remove redundant stopping of watchdog
busybox watchdog applet should stop the watchdog before shutting down git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21341 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2d32caa106
commit
4ca110a5a3
@ -9,5 +9,4 @@ start() {
|
||||
|
||||
stop() {
|
||||
killall -q watchdog
|
||||
[ -c /dev/watchdog ] && echo "V" > /dev/watchdog
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user