add 'mtd refresh' command
[openwrt.git] / package / hotplug2 / files / hotplug2.rules
index 4eb762f..11faf7b 100644 (file)
@@ -3,3 +3,8 @@ $include /etc/hotplug2-init.rules
 SUBSYSTEM ~~ (net|button|usb) {
        exec /sbin/hotplug-call %SUBSYSTEM%;
 }
+
+DEVICENAME ~~ (watchdog) {
+       exec /sbin/watchdog -t 10 /dev/watchdog;
+       next
+}
This page took 0.020935 seconds and 4 git commands to generate.