mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 04:41:06 +02: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:
parent
3e9851ed3a
commit
7376439413
@ -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$) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user