From cdb25bcef3799ae2bee026a51f2f9a4e19da1e5c Mon Sep 17 00:00:00 2001 From: Michal Hrusecky Date: Mon, 20 Jul 2020 15:23:07 +0200 Subject: 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 (cherry picked from commit c93667358515ec078ef4ac96393623ac084e5c9e) --- package/network/services/openvpn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/services/openvpn/Makefile') 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/ \ -- cgit v1.2.3