projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79b22b2
)
base-files: don't stop hotplug events for ppp interfaces, similar fix like the earlie...
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)
SVN-Revision: 25355
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 dffca0b87f27c974275f903b9f4a84a05ae2c112..2eb58d708456ce07c4d69c0967f4c8cf6bbda7dc 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$) {