add busybox gunzip/ipkg fix from #2691 (thanks, biblbroks)
[openwrt.git] / package / base-files / files / etc / hotplug2-init.rules
index bcc4c6a..385af19 100644 (file)
@@ -17,7 +17,7 @@ DEVICENAME ~~ (ppp) {
        next
 }
 
        next
 }
 
-DEVICENAME ~~ (controlC[0-9]|pcmC0D0*) {
+DEVICENAME ~~ (controlC[0-9]|pcmC0D0*|timer) {
        nothrottle
        makedev /dev/snd/%DEVICENAME% 0644
        next
        nothrottle
        makedev /dev/snd/%DEVICENAME% 0644
        next
@@ -28,6 +28,11 @@ DEVPATH is set {
        makedev /dev/%DEVICENAME% 0644
 }
 
        makedev /dev/%DEVICENAME% 0644
 }
 
+FIRMWARE is set {
+       nothrottle
+       exec /sbin/hotplug-call firmware;
+       next
+}
 
 SUBSYSTEM ~~ button {
        exec kill -USR1 1 ;
 
 SUBSYSTEM ~~ button {
        exec kill -USR1 1 ;
This page took 0.02617 seconds and 4 git commands to generate.