kernel: add missing kernel config symbol for crypto-rng (fixes #21596)
Signed-off-by: Lucian Cristian <luci@createc.ro> SVN-Revision: 48277
This commit is contained in:
parent
b7aab03486
commit
33d1b2e0f5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue