drop the '0' default in config_get_bool
[openwrt.git] / package / base-files / files / etc / hotplug2-init.rules
index acfe8ca..385af19 100644 (file)
@@ -17,7 +17,7 @@ DEVICENAME ~~ (ppp) {
        next
 }
 
-DEVICENAME ~~ (controlC[0-9]|pcmC0D0*) {
+DEVICENAME ~~ (controlC[0-9]|pcmC0D0*|timer) {
        nothrottle
        makedev /dev/snd/%DEVICENAME% 0644
        next
This page took 0.020773 seconds and 4 git commands to generate.