[hotplug2] add hotplug2 v1.0
[openwrt-10.03/.git] / package / hotplug2 / files / hotplug2.rules
index 5122ada3787555336d55e8815f607b9a3775a154..8ad81033a7cf214c15a32ebc72c7e1e8ca90daec 100644 (file)
@@ -1,17 +1,10 @@
-DEVICENAME ~~ (tun|tap[0-9]) {
-       makedev /dev/net/%DEVICENAME% 0644
-       next
-}
+$include /etc/hotplug2-common.rules
 
-DEVPATH is set {
-       makedev /dev/%DEVICENAME% 0644
+SUBSYSTEM ~~ (net|button|usb|platform|ieee1394|block) {
+       exec /sbin/hotplug-call %SUBSYSTEM%
 }
 
-FIRMWARE is set {
-       exec /sbin/hotplug-call firmware;
+DEVICENAME ~~ (watchdog) {
+       exec /sbin/watchdog -t 5 /dev/watchdog
        next
 }
-
-SUBSYSTEM ~~ (net|button) {
-       exec /sbin/hotplug-call %SUBSYSTEM%;
-}