build only on 2.6 ports
[openwrt.git] / package / openvpn / Config.in
index 0c18f64..6117a8e 100644 (file)
@@ -1,24 +1,35 @@
+menu "openvpn........................... Open source VPN solution using SSL"
+
 config BR2_PACKAGE_OPENVPN
-       tristate "OpenVPN"
-       default m
+       prompt "openvpn........................... Open source VPN solution using SSL"
+       tristate
+       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
          
          http://openvpn.net/
          
          Depends: kmod-tun, libpthread, openssl
-         
 
-config BR2_PACKAGE_OPENVPN_SERVER
-       bool "Enable server support"
+config BR2_COMPILE_OPENVPN_WITH_SERVER
+       prompt "Enable server support"
+       bool
+       default y
+       depends BR2_PACKAGE_OPENVPN
+
+config BR2_COMPILE_OPENVPN_WITH_HTTP
+       prompt "Enable http proxy support"
+       bool
        default y
        depends BR2_PACKAGE_OPENVPN
 
-config BR2_PACKAGE_OPENVPN_LZO
-       bool "Enable transparent compression (lzo)"
+config BR2_COMPILE_OPENVPN_WITH_LZO
+       prompt "Enable transparent compression (lzo)"
+       bool
        default y
        depends BR2_PACKAGE_OPENVPN
-       select BR2_PACKAGE_LZO
+       select BR2_PACKAGE_LIBLZO
+
+endmenu
This page took 0.021951 seconds and 4 git commands to generate.