mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
libssh: indentation cleanup in Config.in
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
2afd37dc82
commit
9eef3ab93e
@ -1,12 +1,12 @@
|
|||||||
config BR2_PACKAGE_LIBSSH
|
config BR2_PACKAGE_LIBSSH
|
||||||
bool "libssh"
|
bool "libssh"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
# Either OpenSSL or libgcrypt are mandatory
|
# Either OpenSSL or libgcrypt are mandatory
|
||||||
select BR2_PACKAGE_LIBGCRYPT if !BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_LIBGCRYPT if !BR2_PACKAGE_OPENSSL
|
||||||
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,
|
||||||
you can remotely execute programs, transfer files, use a
|
you can remotely execute programs, transfer files, use a
|
||||||
secure and transparent tunnel for your remote applications.
|
secure and transparent tunnel for your remote applications.
|
||||||
|
|
||||||
http://www.libssh.org/
|
http://www.libssh.org/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user