1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-04 02:01:25 +02:00
openwrt/package/hotplug2/files/hotplug2.rules
2007-05-05 18:33:18 +00:00

13 lines
196 B
Plaintext

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%;
}