kernel: make kmod-crypto-rng depend on kmod-crypto-hash
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47883
This commit is contained in:
parent
bb52e2e1ef
commit
f0664d34a6
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ $(eval $(call KernelPackage,crypto-wq))
|
||||||
|
|
||||||
define KernelPackage/crypto-rng
|
define KernelPackage/crypto-rng
|
||||||
TITLE:=CryptoAPI random number generation
|
TITLE:=CryptoAPI random number generation
|
||||||
|
DEPENDS:=+kmod-crypto-hash
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_CRYPTO_DRBG \
|
CONFIG_CRYPTO_DRBG \
|
||||||
CONFIG_CRYPTO_JITTERENTROPY \
|
CONFIG_CRYPTO_JITTERENTROPY \
|
||||||
|
|
Loading…
Reference in a new issue