forked from Ivasoft/openwrt
use hotplug2 for serializing hotplug events on 2.6
SVN-Revision: 7097
This commit is contained in:
12
package/hotplug2/files/hotplug2.rules
Normal file
12
package/hotplug2/files/hotplug2.rules
Normal file
@@ -0,0 +1,12 @@
|
||||
DEVICENAME ~~ (tun|tap[0-9]) {
|
||||
makedev /dev/net/%DEVICENAME% 0644
|
||||
next
|
||||
}
|
||||
|
||||
DEVPATH is set {
|
||||
makedev /dev/%DEVICENAME% 0644
|
||||
}
|
||||
|
||||
SUBSYSTEM ~~ (net|button) {
|
||||
exec /sbin/hotplug-call %SUBSYSTEM%;
|
||||
}
|
||||
Reference in New Issue
Block a user