From: Jo-Philipp Wich Date: Mon, 31 May 2010 01:22:36 +0000 (+0000) Subject: base-files: don't skip subsequent hotplug rules when doing makedev for tun or tap... X-Git-Tag: reboot~19753 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c14e8be3378e159a3fef9aa561f91ce5c671e266;p=oweals%2Fopenwrt.git 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 --- diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules index 96a473116a..5221457a55 100644 --- a/package/base-files/files/etc/hotplug2-common.rules +++ b/package/base-files/files/etc/hotplug2-common.rules @@ -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) {