diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-31 01:22:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-31 01:22:36 +0000 |
commit | df5316431d124ed656dc043406e5e7c470f192f3 (patch) | |
tree | 8804b04691c848a6939dcdae71e47499bbe10837 /package | |
parent | 864132cf2c7bc1693c35cf625c81f16f27fb2f9f (diff) | |
download | upstream-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.rules | 1 |
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) { |