[packages] openvpn: remove menuconfig options for --enable-password-save, it makes...
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 16 May 2012 01:12:22 +0000 (01:12 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 16 May 2012 01:12:22 +0000 (01:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31745 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/openvpn/Config.in
net/openvpn/Makefile

index aea6f3e..82a85c5 100644 (file)
@@ -66,11 +66,6 @@ config OPENVPN_DISABLE_PORT_SHARE
        depends on PACKAGE_openvpn
        default n
 
-config OPENVPN_ENABLE_PASSWORD_SAVE
-       bool "Allow --askpass and --auth-user-pass passwords to be read from a file"
-       depends on PACKAGE_openvpn
-       default n
-
 config OPENVPN_DISABLE_DEF_AUTH
        bool "Disable deferred authentication"
        depends on PACKAGE_openvpn
index e28a18e..31e0b1e 100644 (file)
@@ -128,11 +128,6 @@ CONFIGURE_ARGS += \
        --disable-port-share
 endif
 
-ifeq ($(CONFIG_OPENVPN_ENABLE_PASSWORD_SAVE),y)
-CONFIGURE_ARGS += \
-       --enable-password-save
-endif
-
 ifeq ($(CONFIG_OPENVPN_DISABLE_DEF_AUTH),y)
 CONFIGURE_ARGS += \
        --disable-def-auth