From a481cafb5563b71aed7b61a2ed65716e383ea3f1 Mon Sep 17 00:00:00 2001
From: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
Date: Mon, 3 May 2010 10:56:58 +0000
Subject: [PATCH] base-files: Remove redundant stopping of watchdog

busybox watchdog applet should stop the watchdog before shutting down

SVN-Revision: 21341
---
 package/base-files/files/etc/init.d/watchdog | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/base-files/files/etc/init.d/watchdog b/package/base-files/files/etc/init.d/watchdog
index e44cbb153e..65a45e53f2 100755
--- a/package/base-files/files/etc/init.d/watchdog
+++ b/package/base-files/files/etc/init.d/watchdog
@@ -9,5 +9,4 @@ start() {
 
 stop() {
 	killall -q watchdog
-	[ -c /dev/watchdog ] && echo "V" > /dev/watchdog
 }
-- 
GitLab