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:
11beb38
)
[package] base-files: don't stop hotplug events for ppp interfaces, similar fix like...
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 3 Feb 2011 22:43:11 +0000
(22:43 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 3 Feb 2011 22:43:11 +0000
(22:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25355
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/etc/hotplug2-common.rules
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/hotplug2-common.rules
b/package/base-files/files/etc/hotplug2-common.rules
index
dffca0b
..
2eb58d7
100644
(file)
--- a/
package/base-files/files/etc/hotplug2-common.rules
+++ b/
package/base-files/files/etc/hotplug2-common.rules
@@
-15,7
+15,6
@@
DEVICENAME ~~ (^tun|^tap[0-9]$) {
DEVICENAME ~~ ^ppp {
makedev /dev/%DEVICENAME% 0600
- next-event
}
DEVICENAME ~~ (^controlC[0-9]$|^pcmC[0-9]D[0-9]|^timer$) {