aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-05-31 01:22:36 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-05-31 01:22:36 +0000
commitc14e8be3378e159a3fef9aa561f91ce5c671e266 (patch)
treeee4b0b8c239aab0c5206eb58b25ddf5b82eff290 /package
parente25fbfccdf8c5650fbb697e5d5e6028d36738a22 (diff)
downloadupstream-c14e8be3378e159a3fef9aa561f91ce5c671e266.tar.gz
upstream-c14e8be3378e159a3fef9aa561f91ce5c671e266.tar.bz2
upstream-c14e8be3378e159a3fef9aa561f91ce5c671e266.zip
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
Diffstat (limited to 'package')
-rw-r--r--package/base-files/files/etc/hotplug2-common.rules1
1 files changed, 0 insertions, 1 deletions
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) {