Fix typo
[openwrt.git] / package / openvpn / Config.in
index 873e61b..5a4755d 100644 (file)
@@ -1,12 +1,15 @@
 config BR2_PACKAGE_OPENVPN
        tristate "OpenVPN"
-       default m
+       default m if CONFIG_DEVEL
        select BR2_PACKAGE_KMOD_TUN
        select BR2_PACKAGE_OPENSSL
        help
          Open Source VPN solution using SSL
-
+         
          http://openvpn.net/
+         
+         Depends: kmod-tun, libpthread, openssl
+         
 
 config BR2_PACKAGE_OPENVPN_SERVER
        bool "Enable server support"
@@ -17,4 +20,4 @@ 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.021912 seconds and 4 git commands to generate.