package/lftp: inverse the openssl/gnutls selection
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 28 Jul 2014 20:58:07 +0000 (22:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 28 Jul 2014 21:06:44 +0000 (23:06 +0200)
openssl is more widely used than gnutls. Other packages prefer openssl
over gnutls and would like to do the select in the opposite direction.

So switch lftp to use openssl by default, and only revert to using
gnutls if explicitly selected by the user.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/lftp/Config.in

index 6a65edf49ae4daf504def4b1a88fc0437cf1b817..fb4ac13611531e0fe4489b6ba22979fd15bc9f2d 100644 (file)
@@ -5,7 +5,7 @@ config BR2_PACKAGE_LFTP
        depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_READLINE
        select BR2_PACKAGE_ZLIB
-       select BR2_PACKAGE_GNUTLS if !BR2_PACKAGE_OPENSSL
+       select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
        help
          LFTP is a sophisticated ftp/http client, and a file transfer program
          supporting a number of network protocols. Like BASH, it has job