Sfoglia il codice sorgente

openvpn: remove unrecognized option

removed upstream in
https://github.com/OpenVPN/openvpn/commit/9ffd00e7541d83571b9eec087c6b3545ff68441f
now its always on

Signed-off-by: Dirk Neukirchen <[email protected]>
Dirk Neukirchen 9 anni fa
parent
commit
04cb722e9f
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      package/network/services/openvpn/Makefile

+ 0 - 1
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 \