summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-07-28 22:58:07 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-28 23:06:44 +0200
commit1c83b5b86fa2bd43e42a5578436bff20ced76f55 (patch)
treecdd88f06a86ab6bb35aff8a0372273b6711dd771
parentabded6bfead49d61c24a45d811a83ca082adf677 (diff)
downloadbuildroot-1c83b5b86fa2bd43e42a5578436bff20ced76f55.tar.gz
buildroot-1c83b5b86fa2bd43e42a5578436bff20ced76f55.zip
package/lftp: inverse the openssl/gnutls selection
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>
-rw-r--r--package/lftp/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lftp/Config.in b/package/lftp/Config.in
index 6a65edf49a..fb4ac13611 100644
--- a/package/lftp/Config.in
+++ b/package/lftp/Config.in
@@ -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
OpenPOWER on IntegriCloud