projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Revert "add ifup -a to boot(), closes #4543 #2781" (r17515)
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
hotplug2-init.rules
diff --git
a/package/base-files/files/etc/hotplug2-init.rules
b/package/base-files/files/etc/hotplug2-init.rules
index
098ad04
..
e7dd0ad
100644
(file)
--- a/
package/base-files/files/etc/hotplug2-init.rules
+++ b/
package/base-files/files/etc/hotplug2-init.rules
@@
-1,12
+1,5
@@
-DEVICENAME ~~ (tun|tap[0-9]) {
- makedev /dev/net/%DEVICENAME% 0644
- next
-}
-
-DEVPATH is set {
- makedev /dev/%DEVICENAME% 0644
-}
+$include /etc/hotplug2-common.rules
SUBSYSTEM ~~ button {
- exec kill -USR1 1
;
+ exec kill -USR1 1
}
This page took
0.027226 seconds
and
4
git commands to generate.