mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-27 14:30:18 +00:00
10 lines
128 B
Plaintext
10 lines
128 B
Plaintext
DEVICENAME ~~ (tun|tap[0-9]) {
|
|
makedev /dev/net/%DEVICENAME% 0644
|
|
next
|
|
}
|
|
|
|
DEVPATH is set {
|
|
makedev /dev/%DEVICENAME% 0644
|
|
}
|
|
|