1 config BR2_PACKAGE_LIBSSH
3 depends on BR2_USE_MMU # fork()
4 depends on !BR2_STATIC_LIBS
5 depends on BR2_TOOLCHAIN_HAS_THREADS
6 # Either OpenSSL or libgcrypt are mandatory
7 select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_LIBGCRYPT
9 libssh is a multiplatform C library implementing the SSHv2
10 and SSHv1 protocol on client and server side. With libssh,
11 you can remotely execute programs, transfer files, use a
12 secure and transparent tunnel for your remote applications.
14 http://www.libssh.org/
16 comment "libssh needs a toolchain w/ dynamic library, threads"
17 depends on BR2_USE_MMU
18 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS