summaryrefslogtreecommitdiff
path: root/package/network
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-04-01 10:02:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-04-01 10:02:43 +0000
commit71e9171717de01c77165e4384f91b25155443446 (patch)
tree9a680d61b3ac7f4c720f7b851d343f19104a1e74 /package/network
parentc3db0305028596a1e749c794c998acc20095baa6 (diff)
downloadmtk-20170518-71e9171717de01c77165e4384f91b25155443446.zip
mtk-20170518-71e9171717de01c77165e4384f91b25155443446.tar.gz
mtk-20170518-71e9171717de01c77165e4384f91b25155443446.tar.bz2
openvpn: enable password save support (#13245)
SVN-Revision: 36144
Diffstat (limited to 'package/network')
-rw-r--r--package/network/services/openvpn/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/services/openvpn/Makefile b/package/network/services/openvpn/Makefile
index d0ba233..8e1ccae 100644
--- 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 \