From: Dirk Neukirchen Date: Tue, 31 May 2016 07:23:53 +0000 (+0200) Subject: openvpn: remove unrecognized option X-Git-Tag: v17.01.0-rc1~2571 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=04cb722e9fe65a64e3001986c0ce1b649b6621aa;p=openwrt%2Fopenwrt.git openvpn: remove unrecognized option removed upstream in https://github.com/OpenVPN/openvpn/commit/9ffd00e7541d83571b9eec087c6b3545ff68441f now its always on Signed-off-by: Dirk Neukirchen --- diff --git a/package/network/services/openvpn/Makefile b/package/network/services/openvpn/Makefile index 6c68b49ac4..69f24c4761 100644 --- a/package/network/services/openvpn/Makefile +++ b/package/network/services/openvpn/Makefile @@ -73,7 +73,6 @@ define Build/Configure --disable-plugins \ --disable-debug \ --disable-pkcs11 \ - --enable-password-save \ $(if $(CONFIG_OPENVPN_$(BUILD_VARIANT)_ENABLE_LZO),--enable,--disable)-lzo \ $(if $(CONFIG_OPENVPN_$(BUILD_VARIANT)_ENABLE_X509_ALT_USERNAME),enable,disable-x509-alt-username)-ssl \ $(if $(CONFIG_OPENVPN_$(BUILD_VARIANT)_ENABLE_SERVER),--enable,--disable)-server \