Parcourir la source

kernel: make kmod-crypto-rng depend on kmod-crypto-hash

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 47883
Felix Fietkau il y a 10 ans
Parent
commit
f0664d34a6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      package/kernel/linux/modules/crypto.mk

+ 1 - 0
package/kernel/linux/modules/crypto.mk

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