diff options
author | Daniel Mack <zonque@gmail.com> | 2011-07-11 15:34:27 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-12 22:29:01 +0200 |
commit | 9c6106f10494e539f00b1fc117801171348bd4bd (patch) | |
tree | b75d513460b61335e227894015b767d82faf418f /package/gnutls/Config.in | |
parent | 50b62197858f4171372341a97fdc33b28064cce6 (diff) |
package: add gnutls
[Peter: move to crypto section]
Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gnutls/Config.in')
-rw-r--r-- | package/gnutls/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
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 |