projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar7-2.6: make cpmac robust against hardware quirks when the tx or rx dma ring runs...
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
hotplug2.rules
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
}
This page took
0.03024 seconds
and
4
git commands to generate.