diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 11:17:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 11:17:06 +0000 |
commit | 33d1b2e0f526d7f774980f5557259793b6a4704c (patch) | |
tree | 458e0f5ed14f7bcd5b1bb0f0f647e361e6535f6a /package/kernel/linux/modules/crypto.mk | |
parent | b7aab034866efafae44feb939bd8be276850731c (diff) | |
download | upstream-33d1b2e0f526d7f774980f5557259793b6a4704c.tar.gz upstream-33d1b2e0f526d7f774980f5557259793b6a4704c.tar.bz2 upstream-33d1b2e0f526d7f774980f5557259793b6a4704c.zip |
kernel: add missing kernel config symbol for crypto-rng (fixes #21596)
Signed-off-by: Lucian Cristian <luci@createc.ro>
SVN-Revision: 48277
Diffstat (limited to 'package/kernel/linux/modules/crypto.mk')
-rw-r--r-- | package/kernel/linux/modules/crypto.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |