aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-02-03 22:43:11 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-02-03 22:43:11 +0000
commit3d82109addbfa32a4d329e6d49a3f54ba1cde2c0 (patch)
treed9ac961c8db7cb777ed4877adc921c340dbc222d /package
parent79b22b246be6efabe66f10a74324e13109a954b9 (diff)
downloadupstream-3d82109addbfa32a4d329e6d49a3f54ba1cde2c0.tar.gz
upstream-3d82109addbfa32a4d329e6d49a3f54ba1cde2c0.tar.bz2
upstream-3d82109addbfa32a4d329e6d49a3f54ba1cde2c0.zip
base-files: don't stop hotplug events for ppp interfaces, similar fix like the earlier one for tun/tap interfaces
SVN-Revision: 25355
Diffstat (limited to 'package')
-rw-r--r--package/base-files/files/etc/hotplug2-common.rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules
index dffca0b87f..2eb58d7084 100644
--- 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$) {