From: nbd Date: Mon, 1 Apr 2013 10:02:43 +0000 (+0000) Subject: openvpn: enable password save support (#13245) X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=4c3ddf61814781970105398d4707e3f7f053a921 openvpn: enable password save support (#13245) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36144 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/services/openvpn/Makefile b/package/network/services/openvpn/Makefile index d0ba233a40..8e1ccaeb2e 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 \