updated to new upstream release (v0.4.0),
[openwrt.git] / openwrt / package / openvpn / Config.in
index 0c18f64..12c35ba 100644 (file)
@@ -1,9 +1,8 @@
 config BR2_PACKAGE_OPENVPN
-       tristate "OpenVPN"
-       default m
+       tristate "openvpn - Open source VPN solution using SSL"
+       default m if CONFIG_DEVEL
        select BR2_PACKAGE_KMOD_TUN
-       select BR2_PACKAGE_LIBPTHREAD
-       select BR2_PACKAGE_OPENSSL
+       select BR2_PACKAGE_LIBOPENSSL
        help
          Open Source VPN solution using SSL
          
@@ -17,8 +16,13 @@ config BR2_PACKAGE_OPENVPN_SERVER
        default y
        depends BR2_PACKAGE_OPENVPN
 
+config BR2_PACKAGE_OPENVPN_HTTP
+       bool "Enable http proxy support"
+       default y
+       depends BR2_PACKAGE_OPENVPN
+
 config BR2_PACKAGE_OPENVPN_LZO
        bool "Enable transparent compression (lzo)"
        default y
        depends BR2_PACKAGE_OPENVPN
-       select BR2_PACKAGE_LZO
+       select BR2_PACKAGE_LIBLZO
This page took 0.024887 seconds and 4 git commands to generate.