From a0cfc05f8ff7c88ed592c4f8960fe1136bb9fbce Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 17 Jan 2016 11:17:06 +0000 Subject: kernel: add missing kernel config symbol for crypto-rng (fixes #21596) Signed-off-by: Lucian Cristian git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48277 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/linux/modules/crypto.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'package/kernel/linux/modules/crypto.mk') 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 -- cgit v1.2.3