Skip to content

Commit 80fdc89

Browse files
authored
kernel: modules: jitterentropy_rng requires SHA3 support for kernel 6.1.87+
1 parent 5ebdcf2 commit 80fdc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/kernel/linux/modules/crypto.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ define KernelPackage/crypto-rng
853853
DEPENDS:=+kmod-crypto-hash +kmod-crypto-hmac \
854854
+(LINUX_5_4||LINUX_5_10):kmod-crypto-sha256 \
855855
+(LINUX_5_15||LINUX_6_1||LINUX_6_6):kmod-crypto-sha512 \
856-
+LINUX_6_6:kmod-crypto-sha3
856+
+(LINUX_6_1||LINUX_6_6):kmod-crypto-sha3
857857
KCONFIG:= \
858858
CONFIG_CRYPTO_DRBG \
859859
CONFIG_CRYPTO_DRBG_HMAC=y \

0 commit comments

Comments
 (0)