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:
Felix Fietkau 2015-12-12 12:02:20 +00:00
parent bb52e2e1ef
commit f0664d34a6

View file

@ -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 \