openvpn: add OpenVPN option disable-dco
You maybe want to disable the DCO support, so let's add this option. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
This commit is contained in:
parent
07838da820
commit
e6fb43bdc9
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=openvpn
|
PKG_NAME:=openvpn
|
||||||
|
|
||||||
PKG_VERSION:=2.6.8
|
PKG_VERSION:=2.6.8
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_SOURCE_URL:=\
|
PKG_SOURCE_URL:=\
|
||||||
https://build.openvpn.net/downloads/releases/ \
|
https://build.openvpn.net/downloads/releases/ \
|
||||||
|
|
|
@ -149,6 +149,7 @@ client
|
||||||
client_to_client
|
client_to_client
|
||||||
comp_noadapt
|
comp_noadapt
|
||||||
disable
|
disable
|
||||||
|
disable_dco
|
||||||
disable_occ
|
disable_occ
|
||||||
down_pre
|
down_pre
|
||||||
duplicate_cn
|
duplicate_cn
|
||||||
|
|
Loading…
Reference in New Issue