Skip to content
Snippets Groups Projects
Commit 04cb722e authored by Dirk Neukirchen's avatar Dirk Neukirchen Committed by Jo-Philipp Wich
Browse files

openvpn: remove unrecognized option

parent 3a085dcb
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,6 @@ define Build/Configure ...@@ -73,7 +73,6 @@ define Build/Configure
--disable-plugins \ --disable-plugins \
--disable-debug \ --disable-debug \
--disable-pkcs11 \ --disable-pkcs11 \
--enable-password-save \
$(if $(CONFIG_OPENVPN_$(BUILD_VARIANT)_ENABLE_LZO),--enable,--disable)-lzo \ $(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_X509_ALT_USERNAME),enable,disable-x509-alt-username)-ssl \
$(if $(CONFIG_OPENVPN_$(BUILD_VARIANT)_ENABLE_SERVER),--enable,--disable)-server \ $(if $(CONFIG_OPENVPN_$(BUILD_VARIANT)_ENABLE_SERVER),--enable,--disable)-server \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment