diff options
author | Ryan Barnett <rjbarnet@rockwellcollins.com> | 2013-08-30 09:09:44 -0500 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-08 21:52:52 +0200 |
commit | 2ee180e3e2a4ddfabae9d1acdcb6b418d2174ea6 (patch) | |
tree | 6e440e5c12bba3b1704ab24197b7a82799be15b0 /package/libssh2/Config.in | |
parent | adf6511013b8921d6856f5dc0e053cdd27891244 (diff) | |
download | buildroot-2ee180e3e2a4ddfabae9d1acdcb6b418d2174ea6.tar.gz buildroot-2ee180e3e2a4ddfabae9d1acdcb6b418d2174ea6.zip |
libssh2: add package
[Peter: minor white space tweaks]
Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libssh2/Config.in')
-rw-r--r-- | package/libssh2/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libssh2/Config.in b/package/libssh2/Config.in new file mode 100644 index 0000000000..017fd4061a --- /dev/null +++ b/package/libssh2/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_LIBSSH2 + bool "libssh2" + select BR2_PACKAGE_LIBGCRYPT if !BR2_PACKAGE_OPENSSL + help + libssh2 is a client-side C library implementing the SSH2 + protocol as defined by Internet Drafts: SECSH-TRANS(22), + SECSH-USERAUTH(25), SECSH-CONNECTION(23), SECSH-ARCH(20), + SECSH-FILEXFER(06)*, SECSH-DHGEX(04), and SECSH-NUMBERS(10) + + http://www.libssh2.org/ |