Browse Source

add watchdog start patch from #1967

SVN-Revision: 8117
Felix Fietkau 18 years ago
parent
commit
50d052a1eb
1 changed files with 5 additions and 0 deletions
  1. 5 0
      package/hotplug2/files/hotplug2.rules

+ 5 - 0
package/hotplug2/files/hotplug2.rules

@@ -3,3 +3,8 @@ $include /etc/hotplug2-init.rules
 SUBSYSTEM ~~ (net|button|usb) {
 SUBSYSTEM ~~ (net|button|usb) {
 	exec /sbin/hotplug-call %SUBSYSTEM%;
 	exec /sbin/hotplug-call %SUBSYSTEM%;
 }
 }
+
+DEVICENAME ~~ (watchdog) {
+	exec /sbin/watchdog -t 10 /dev/watchdog;
+	next
+}