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
commitdf5316431d124ed656dc043406e5e7c470f192f3 (patch)
tree8804b04691c848a6939dcdae71e47499bbe10837 /package
parent864132cf2c7bc1693c35cf625c81f16f27fb2f9f (diff)
downloadupstream-df5316431d124ed656dc043406e5e7c470f192f3.tar.gz
upstream-df5316431d124ed656dc043406e5e7c470f192f3.tar.bz2
upstream-df5316431d124ed656dc043406e5e7c470f192f3.zip
[package] 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21641 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) {