projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3db030
)
openvpn: enable password save support (#13245)
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 1 Apr 2013 10:02:43 +0000
(10:02 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 1 Apr 2013 10:02:43 +0000
(10:02 +0000)
SVN-Revision: 36144
package/network/services/openvpn/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/openvpn/Makefile
b/package/network/services/openvpn/Makefile
index d0ba233a406ead980e3d1f1a01614c4f92093659..8e1ccaeb2e8549d202d4eff626f0b1047b10ed46 100644
(file)
--- a/
package/network/services/openvpn/Makefile
+++ b/
package/network/services/openvpn/Makefile
@@
-72,6
+72,7
@@
define Build/Configure
--disable-debug \
--disable-eurephia \
--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 \