From: Dirk Neukirchen Date: Tue, 31 May 2016 07:23:53 +0000 (+0200) Subject: CC: openvpn: remove unrecognized option X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1c459c426df40701fea6b54c0c6d19cc3020904a;p=15.05%2Fopenwrt.git CC: 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 78ddcb340a..861632aaaf 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 \