|
@@ -4,8 +4,7 @@ config BR2_PACKAGE_LIBSSH
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
# Either OpenSSL or libgcrypt are mandatory
|
|
# Either OpenSSL or libgcrypt are mandatory
|
|
- depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS && !BR2_PACKAGE_OPENSSL # libgcrypt
|
|
|
|
- select BR2_PACKAGE_LIBGCRYPT if !BR2_PACKAGE_OPENSSL
|
|
|
|
|
|
+ select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_LIBGCRYPT
|
|
help
|
|
help
|
|
libssh is a multiplatform C library implementing the SSHv2
|
|
libssh is a multiplatform C library implementing the SSHv2
|
|
and SSHv1 protocol on client and server side. With libssh,
|
|
and SSHv1 protocol on client and server side. With libssh,
|