2
0
forked from Ivasoft/openwrt

replace the hotplug2 fork handling hack with a better solution implemented in upstream (thanks, iSteve)

SVN-Revision: 7786
This commit is contained in:
Felix Fietkau
2007-06-30 11:05:14 +00:00
parent 8528218ec6
commit c09dc20f2c
5 changed files with 246 additions and 201 deletions

View File

@@ -1,18 +1,22 @@
DEVICENAME ~~ (tun|tap[0-9]) {
nothrottle
makedev /dev/net/%DEVICENAME% 0644
next
}
DEVICENAME ~~ (controlC[0-9]|pcmC0D0*) {
makedev /dev/snd/%DEVICENAME% 0644
next
nothrottle
makedev /dev/snd/%DEVICENAME% 0644
next
}
DEVPATH is set {
nothrottle
makedev /dev/%DEVICENAME% 0644
}
FIRMWARE is set {
nothrottle
exec /sbin/hotplug-call firmware;
next
}