From: Jo-Philipp Wich Date: Wed, 16 May 2012 01:12:22 +0000 (+0000) Subject: openvpn: remove menuconfig options for --enable-password-save, it makes no sense... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=67dca4c8f9861c04f1cdc6f4e4987f172fe1c0fe;p=openwrt%2Fsvn-archive%2Fpackages.git openvpn: remove menuconfig options for --enable-password-save, it makes no sense to have this disabled SVN-Revision: 31745 --- diff --git a/net/openvpn/Config.in b/net/openvpn/Config.in index aea6f3eff..82a85c596 100644 --- a/net/openvpn/Config.in +++ b/net/openvpn/Config.in @@ -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 diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index e28a18e74..31e0b1e2b 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -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