Initialise firewall before network (#1988)
[openwrt.git] / package / hotplug2 / files / hotplug2.rules
index ebd96fa..f8035d3 100644 (file)
@@ -3,10 +3,20 @@ DEVICENAME ~~ (tun|tap[0-9]) {
        next
 }
 
+DEVICENAME ~~ (controlC[0-9]|pcmC0D0*) {
+        makedev /dev/snd/%DEVICENAME% 0644
+        next
+}
+
 DEVPATH is set {
        makedev /dev/%DEVICENAME% 0644
 }
 
-SUBSYSTEM ~~ (net|button) {
+FIRMWARE is set {
+       exec /sbin/hotplug-call firmware;
+       next
+}
+
+SUBSYSTEM ~~ (net|button|usb) {
        exec /sbin/hotplug-call %SUBSYSTEM%;
 }
This page took 0.024905 seconds and 4 git commands to generate.