|
@@ -4,6 +4,7 @@ config BR2_PACKAGE_LIBSSH
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_PACKAGE_OPENSSL if !(BR2_PACKAGE_MBEDTLS || BR2_PACKAGE_LIBGCRYPT)
|
|
|
+ select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
|
|
|
help
|
|
|
libssh is a multiplatform C library implementing the SSHv2
|
|
|
and SSHv1 protocol on client and server side. With libssh,
|