kernel: modules: jitterentropy_rng requires SHA3 support for kernel 6.1.87+

This commit is contained in:
coolsnowwolf 2024-04-28 00:07:57 +08:00 committed by GitHub
parent 5ebdcf2f4b
commit 80fdc8951d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -853,7 +853,7 @@ define KernelPackage/crypto-rng
DEPENDS:=+kmod-crypto-hash +kmod-crypto-hmac \
+(LINUX_5_4||LINUX_5_10):kmod-crypto-sha256 \
+(LINUX_5_15||LINUX_6_1||LINUX_6_6):kmod-crypto-sha512 \
+LINUX_6_6:kmod-crypto-sha3
+(LINUX_6_1||LINUX_6_6):kmod-crypto-sha3
KCONFIG:= \
CONFIG_CRYPTO_DRBG \
CONFIG_CRYPTO_DRBG_HMAC=y \