mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-19 18:22:09 -05:00
18 lines
258 B
Plaintext
18 lines
258 B
Plaintext
DEVICENAME ~~ (tun|tap[0-9]) {
|
|
makedev /dev/net/%DEVICENAME% 0644
|
|
next
|
|
}
|
|
|
|
DEVPATH is set {
|
|
makedev /dev/%DEVICENAME% 0644
|
|
}
|
|
|
|
FIRMWARE is set {
|
|
exec /sbin/hotplug-call firmware;
|
|
next
|
|
}
|
|
|
|
SUBSYSTEM ~~ (net|button) {
|
|
exec /sbin/hotplug-call %SUBSYSTEM%;
|
|
}
|