ixp4xx-2.6/config: Removed the disabling of swap so that the generic enabling of...
[openwrt.git] / package / hotplug2 / files / hotplug2.rules
index 5122ada..4eb762f 100644 (file)
@@ -1,17 +1,5 @@
-DEVICENAME ~~ (tun|tap[0-9]) {
-       makedev /dev/net/%DEVICENAME% 0644
-       next
-}
-
-DEVPATH is set {
-       makedev /dev/%DEVICENAME% 0644
-}
-
-FIRMWARE is set {
-       exec /sbin/hotplug-call firmware;
-       next
-}
+$include /etc/hotplug2-init.rules
 
-SUBSYSTEM ~~ (net|button) {
+SUBSYSTEM ~~ (net|button|usb) {
        exec /sbin/hotplug-call %SUBSYSTEM%;
 }
This page took 0.02045 seconds and 4 git commands to generate.