mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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:
committed by
Rosen Penev
parent
07838da820
commit
e6fb43bdc9
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=openvpn
|
||||
|
||||
PKG_VERSION:=2.6.8
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
|
||||
PKG_SOURCE_URL:=\
|
||||
https://build.openvpn.net/downloads/releases/ \
|
||||
|
||||
@@ -149,6 +149,7 @@ client
|
||||
client_to_client
|
||||
comp_noadapt
|
||||
disable
|
||||
disable_dco
|
||||
disable_occ
|
||||
down_pre
|
||||
duplicate_cn
|
||||
|
||||
Reference in New Issue
Block a user