mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-09 04:12:15 +00: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%;
|
|
}
|