mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-cryptodev
It is not enough to select package kmod-cryptodev to avoid build failure; there must be a Makefile dependency on kmod-cryptodev in order for the build system to ensure kmod-cryptodev (and it's headers) are present during build. Therefore drop the select and add a conditional dependency. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
This commit is contained in:
@@ -17,7 +17,6 @@ config GNUTLS_OCSP
|
||||
|
||||
config GNUTLS_CRYPTODEV
|
||||
bool "enable /dev/crypto support"
|
||||
select PACKAGE_kmod-cryptodev
|
||||
default n
|
||||
|
||||
config GNUTLS_HEARTBEAT
|
||||
|
||||
Reference in New Issue
Block a user