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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user