projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a085dc
)
openvpn: remove unrecognized option
author
Dirk Neukirchen
<dirkneukirchen@web.de>
Tue, 31 May 2016 07:23:53 +0000
(09:23 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Wed, 1 Jun 2016 13:18:42 +0000
(15:18 +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
patch
|
blob
|
history
diff --git
a/package/network/services/openvpn/Makefile
b/package/network/services/openvpn/Makefile
index 6c68b49ac4c3fd0cf6952a8bf5ba8e59f926b5bd..69f24c4761a6c1e7f646bfcdd5f87147cc89c7ab 100644
(file)
--- 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 \