mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
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
@ -100,6 +100,7 @@ $(eval $(call KernelPackage,crypto-wq))
|
||||
|
||||
define KernelPackage/crypto-rng
|
||||
TITLE:=CryptoAPI random number generation
|
||||
DEPENDS:=+kmod-crypto-hash
|
||||
KCONFIG:= \
|
||||
CONFIG_CRYPTO_DRBG \
|
||||
CONFIG_CRYPTO_JITTERENTROPY \
|
||||
|
Loading…
Reference in New Issue
Block a user