mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
move /dev/tun to /dev/net/tun
SVN-Revision: 6814
This commit is contained in:
parent
100aa69579
commit
4b5e7678f6
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
DEVICENAME ~~ (tun|tap[0-9]) {
|
||||
makedev /dev/net/%DEVICENAME% 0644
|
||||
next
|
||||
}
|
||||
|
||||
DEVPATH is set {
|
||||
makedev /dev/%DEVICENAME% 0644
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue