add watchdog start patch from #1967
[openwrt-10.03/.git] / package / hotplug2 / files / hotplug2.rules
index b88ea5669f97e8d12a8ded7f1d62c0f94cda6850..11faf7b94f50d138f641eff69d432af6154d0044 100644 (file)
@@ -1,22 +1,10 @@
-DEVICENAME ~~ (tun|tap[0-9]) {
-       makedev /dev/net/%DEVICENAME% 0644
-       next
-}
-
-DEVICENAME ~~ (controlC[0-9]|pcmC0D0*) {
-        makedev /dev/snd/%DEVICENAME% 0644
-        next
-}
+$include /etc/hotplug2-init.rules
 
-DEVPATH is set {
-       makedev /dev/%DEVICENAME% 0644
+SUBSYSTEM ~~ (net|button|usb) {
+       exec /sbin/hotplug-call %SUBSYSTEM%;
 }
 
-FIRMWARE is set {
-       exec /sbin/hotplug-call firmware;
+DEVICENAME ~~ (watchdog) {
+       exec /sbin/watchdog -t 10 /dev/watchdog;
        next
 }
-
-SUBSYSTEM ~~ (net|button) {
-       exec /sbin/hotplug-call %SUBSYSTEM%;
-}