1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 22:20:45 +03:00

[package] base-files: don't stop hotplug events for ppp interfaces, similar fix like the earlier one for tun/tap interfaces

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25355 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-02-03 22:43:11 +00:00
parent 3e9851ed3a
commit 7376439413

View 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$) {