From: Felix Fietkau Date: Sun, 17 Jan 2016 11:17:06 +0000 (+0000) Subject: kernel: add missing kernel config symbol for crypto-rng (fixes #21596) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=33d1b2e0f526d7f774980f5557259793b6a4704c;p=lede.git kernel: add missing kernel config symbol for crypto-rng (fixes #21596) Signed-off-by: Lucian Cristian SVN-Revision: 48277 --- diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 604be9fce9..d84c802f91 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