summaryrefslogtreecommitdiffstats
path: root/package/libssh/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libssh/Config.in')
-rw-r--r--package/libssh/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libssh/Config.in b/package/libssh/Config.in
new file mode 100644
index 0000000000..080ad18e70
--- /dev/null
+++ b/package/libssh/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_LIBSSH
+ bool "libssh"
+ # Either OpenSSL or libgcrypt are mandatory
+ select BR2_PACKAGE_LIBGCRYPT if !BR2_PACKAGE_OPENSSL
+ help
+ libssh is a multiplatform C library implementing the SSHv2
+ and SSHv1 protocol on client and server side. With libssh,
+ you can remotely execute programs, transfer files, use a
+ secure and transparent tunnel for your remote applications.
+
+ http://www.libssh.org/
OpenPOWER on IntegriCloud