diff options
author | Michal Hrusecky <michal@hrusecky.net> | 2020-07-20 15:23:07 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-07-23 13:10:09 +0200 |
commit | cdb25bcef3799ae2bee026a51f2f9a4e19da1e5c (patch) | |
tree | 5b4e15e054ea69ec2f21f952639035a69ddb7f8d /package/network/services/openvpn/Makefile | |
parent | 8483bf3126583041bd6f5808978dc3b14ad15a1a (diff) | |
download | upstream-cdb25bcef3799ae2bee026a51f2f9a4e19da1e5c.tar.gz upstream-cdb25bcef3799ae2bee026a51f2f9a4e19da1e5c.tar.bz2 upstream-cdb25bcef3799ae2bee026a51f2f9a4e19da1e5c.zip |
openvpn: Allow override of interface name
If using a configuration file for OpenVPN, allow overriding name of the
interface. The reason is that then people could use configuration file
provided by VPN provider directly and override the name of the interface
to include it in correct firewall zone without need to alter the
configuration file.
Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
(cherry picked from commit c93667358515ec078ef4ac96393623ac084e5c9e)
Diffstat (limited to 'package/network/services/openvpn/Makefile')
-rw-r--r-- | package/network/services/openvpn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/openvpn/Makefile b/package/network/services/openvpn/Makefile index 3bd7ad8d1c..8126b3a7c7 100644 --- a/package/network/services/openvpn/Makefile +++ b/package/network/services/openvpn/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openvpn PKG_VERSION:=2.4.9 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_URL:=\ https://build.openvpn.net/downloads/releases/ \ |