projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
100aa69
)
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)
SVN-Revision: 6814
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 d2a931adcf94db6a8a54494eba4737bb3f7d9fc2..7f1aca91780f7b4177bce808ee51bd1b7d94c8b7 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
}