Merge pull request #2261 from cshore/pull-request-gnutls-with-cryptodev

libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-…
This commit is contained in:
Nikos Mavrogiannopoulos 2016-02-25 17:28:52 +01:00
commit f87f3fc249
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ config GNUTLS_OCSP
config GNUTLS_CRYPTODEV
bool "enable /dev/crypto support"
select PACKAGE_kmod-cryptodev
default n
config GNUTLS_HEARTBEAT

View File

@ -93,7 +93,7 @@ endef
define Package/libgnutls
$(call Package/gnutls/Default)
TITLE+= (library)
DEPENDS+= +libnettle +!LIBNETTLE_MINI:libgmp +GNUTLS_EXT_LIBTASN1:libtasn1 +GNUTLS_PKCS11:p11-kit
DEPENDS+= +libnettle +!LIBNETTLE_MINI:libgmp +GNUTLS_EXT_LIBTASN1:libtasn1 +GNUTLS_PKCS11:p11-kit +GNUTLS_CRYPTODEV:kmod-cryptodev
endef
define Package/libgnutls/description