aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/openvpn/Makefile
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2018-11-20 16:01:20 +0100
committerHans Dedecker <dedeckeh@gmail.com>2018-12-03 09:54:03 +0100
commit675eb747aa1cb76d4d6e715728592974acac8cc1 (patch)
tree81cbb68b7a1b3c3eb6d5f275a8a4a23983b51d6a /package/network/services/openvpn/Makefile
parent966ba6daa430922e41ca7598385817f5a611c9c7 (diff)
downloadupstream-675eb747aa1cb76d4d6e715728592974acac8cc1.tar.gz
upstream-675eb747aa1cb76d4d6e715728592974acac8cc1.tar.bz2
upstream-675eb747aa1cb76d4d6e715728592974acac8cc1.zip
openvpn: add list element parsing
For the parameters tls-cipher and ncp-ciphers more than one option can be used in the OpenVPN configuration, separated by a colon, which should be implemented as a list in order to configure it more clearly. By adding the new OPENVPN_LIST option to the openvpn.options file with the tls-cipher and ncp-cipher parameters, uci can now add this option as a "list" and the init script will generate the appropriate OpenVPN configuration from it. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'package/network/services/openvpn/Makefile')
-rw-r--r--package/network/services/openvpn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/openvpn/Makefile b/package/network/services/openvpn/Makefile
index efaccaae29..f48f79c7ab 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.6
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_URL:=\
https://build.openvpn.net/downloads/releases/ \