lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit c0a60a5e3f93fbad0494e440d7237feda6804521
parent 6f50d604747f7307b1dc7977466e54b720e7f114
Author: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Date:   Sat, 28 Jun 2014 13:32:12 +0200

gnutls: Added default options

Diffstat:
Mlibs/gnutls/Config.in | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/libs/gnutls/Config.in b/libs/gnutls/Config.in @@ -5,31 +5,40 @@ menu "Configuration" config GNUTLS_DTLS_SRTP bool "enable DTLS SRTP support" + default y config GNUTLS_ALPN bool "enable ALPN support" + default y config GNUTLS_OCSP bool "enable ocsp support" + default y config GNUTLS_CRYPTODEV bool "enable /dev/crypto support" depends on BROKEN + default n config GNUTLS_HEARTBEAT bool "enable DTLS heartbeat support" + default y config GNUTLS_OPENPGP bool "enable OPENPGP authentication support" + default n config GNUTLS_SRP bool "enable SRP authentication support" + default n config GNUTLS_PSK bool "enable PSK authentication support" + default y config GNUTLS_ANON bool "enable anonymous authentication support" + default n config GNUTLS_PKCS11 bool "enable smart card (PKCS11) support"