Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] Add support for libssh2 in buildroot
@ 2013-08-29 19:27 Ryan Barnett
  2013-08-29 19:27 ` [Buildroot] [PATCH 1/2] libssh2: add support for new package libssh2 Ryan Barnett
  2013-08-29 19:27 ` [Buildroot] [PATCH 2/2] libcurl: add support for compiling with libssh2 Ryan Barnett
  0 siblings, 2 replies; 5+ messages in thread
From: Ryan Barnett @ 2013-08-29 19:27 UTC (permalink / raw)
  To: buildroot

Adding support for libssh2 to buildroot to allow for its use with libcurl. 
By having libcurl use libssh2, features like SCP and SFTP become possible 
when using libcurl.

For more detailed information about options enabled with libssh2 in libcurl
see the following website: http://curl.haxx.se/docs/features.html

Ryan Barnett (2):
  libssh2: add support for new package libssh2
  libcurl: add support for compiling with libssh2

 package/Config.in          |    1 +
 package/libcurl/libcurl.mk |    8 +++++++
 package/libssh2/Config.in  |   18 ++++++++++++++++
 package/libssh2/libssh2.mk |   49 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 76 insertions(+), 0 deletions(-)
 create mode 100644 package/libssh2/Config.in
 create mode 100644 package/libssh2/libssh2.mk

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-08-29 21:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-29 19:27 [Buildroot] [PATCH 0/2] Add support for libssh2 in buildroot Ryan Barnett
2013-08-29 19:27 ` [Buildroot] [PATCH 1/2] libssh2: add support for new package libssh2 Ryan Barnett
2013-08-29 21:32   ` Arnout Vandecappelle
2013-08-29 21:37     ` rjbarnet at rockwellcollins.com
2013-08-29 19:27 ` [Buildroot] [PATCH 2/2] libcurl: add support for compiling with libssh2 Ryan Barnett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox