mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
base-files: don't stop hotplug events for ppp interfaces, similar fix like the earlier one for tun/tap interfaces
SVN-Revision: 25355
This commit is contained in:
parent
79b22b246b
commit
3d82109add
@ -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…
Reference in New Issue
Block a user