[package] base-files: retrigger usb coldplug after module loading, solves usb_modeswi...
[openwrt/svn-archive/archive.git] / package / base-files / files / etc / init.d / watchdog
index e44cbb153e0160305890bcfbfdcc6f702d0b0fa4..65a45e53f23602fb633aba277984649b7e9ccec5 100755 (executable)
@@ -9,5 +9,4 @@ start() {
 
 stop() {
        killall -q watchdog
-       [ -c /dev/watchdog ] && echo "V" > /dev/watchdog
 }