base-files: don't skip subsequent hotplug rules when doing makedev for tun or tap interfaces - this fixes support for uci managed OpenVPN interfaces and other externally created tuntap devices

SVN-Revision: 21641
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 14 years ago
parent e25fbfccdf
commit c14e8be337

@ -14,7 +14,6 @@ DEVICENAME ~~ (null|full|ptmx|tty|zero|gpio|hvc) {
DEVICENAME ~~ (tun|tap[0-9]) {
nothrottle
makedev /dev/net/%DEVICENAME% 0644
next
}
DEVICENAME ~~ (ppp) {

Loading…
Cancel
Save