base-files: don't stop hotplug events for ppp interfaces, similar fix like the earlie...
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 3 Feb 2011 22:43:11 +0000 (22:43 +0000)
committerJo-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

index dffca0b87f27c974275f903b9f4a84a05ae2c112..2eb58d708456ce07c4d69c0967f4c8cf6bbda7dc 100644 (file)
@@ -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$) {