fix openvpn dependencies when removing lzo support
[openwrt.git] / openwrt / package / openvpn / Config.in
index 442313f..472dc33 100644 (file)
@@ -1,10 +1,23 @@
 config BR2_PACKAGE_OPENVPN
        tristate "OpenVPN"
-       default m
+       default m if CONFIG_DEVEL
        select BR2_PACKAGE_KMOD_TUN
        select BR2_PACKAGE_OPENSSL
-       select BR2_PACKAGE_LZO
        help
          Open Source VPN solution using SSL
-
+         
          http://openvpn.net/
+         
+         Depends: kmod-tun, libpthread, openssl
+         
+
+config BR2_PACKAGE_OPENVPN_SERVER
+       bool "Enable server 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
This page took 0.023641 seconds and 4 git commands to generate.