CC: openvpn: remove unrecognized option
authorDirk Neukirchen <dirkneukirchen@web.de>
Tue, 31 May 2016 07:23:53 +0000 (09:23 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Thu, 12 Oct 2017 14:26:20 +0000 (16:26 +0200)
removed upstream in
https://github.com/OpenVPN/openvpn/commit/9ffd00e7541d83571b9eec087c6b3545ff68441f
now its always on

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
package/network/services/openvpn/Makefile

index 78ddcb3..861632a 100644 (file)
@@ -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 \