projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33c8a3a
)
move /dev/tun to /dev/net/tun
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 1 Apr 2007 23:44:39 +0000
(23:44 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 1 Apr 2007 23:44:39 +0000
(23:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6814
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/etc/hotplug2.rules
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/hotplug2.rules
b/package/base-files/files/etc/hotplug2.rules
index
d2a931a
..
7f1aca9
100644
(file)
--- a/
package/base-files/files/etc/hotplug2.rules
+++ b/
package/base-files/files/etc/hotplug2.rules
@@
-1,3
+1,8
@@
+DEVICENAME ~~ (tun|tap[0-9]) {
+ makedev /dev/net/%DEVICENAME% 0644
+ next
+}
+
DEVPATH is set {
makedev /dev/%DEVICENAME% 0644
}