From 9c6106f10494e539f00b1fc117801171348bd4bd Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Mon, 11 Jul 2011 15:34:27 +0200 Subject: package: add gnutls [Peter: move to crypto section] Signed-off-by: Daniel Mack Signed-off-by: Peter Korsgaard --- package/gnutls/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package/gnutls/Config.in (limited to 'package/gnutls/Config.in') diff --git a/package/gnutls/Config.in b/package/gnutls/Config.in new file mode 100644 index 000000000..cedf120ee --- /dev/null +++ b/package/gnutls/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_GNUTLS + bool "gnutls" + select BR2_PACKAGE_LIBGCRYPT + help + GnuTLS is a secure communications library implementing the SSL + and TLS protocols and technologies around them. + + http://www.gnu.org/software/gnutls/gnutls.html -- cgit v1.2.3