diff mbox

[OpenWrt-Devel] x64 - crypto-rng drbg.ko missing

Message ID 569A2BD1.6000707@createc.ro
State Accepted
Headers show

Commit Message

Lucian Cristian Jan. 16, 2016, 11:38 a.m. UTC
crypto-rng, enable prerequisite for drbg.ko, fixes #21596

Signed-off-by: Lucian Cristian <luci@createc.ro>
---
diff mbox

Patch

diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk
index 604be9f..d84c802 100644
--- a/package/kernel/linux/modules/crypto.mk
+++ b/package/kernel/linux/modules/crypto.mk
@@ -102,6 +102,7 @@  define KernelPackage/crypto-rng
   TITLE:=CryptoAPI random number generation
   DEPENDS:=+kmod-crypto-hash
   KCONFIG:= \
+	CONFIG_CRYPTO_DRBG_MENU \
 	CONFIG_CRYPTO_DRBG \
 	CONFIG_CRYPTO_JITTERENTROPY \
 	CONFIG_CRYPTO_RNG2