mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
kmod-crypto-sha512: fix kernel 6.6 support
This commit is contained in:
parent
ca76a0ba65
commit
a61217134d
@ -53,7 +53,7 @@ DEFAULT_PACKAGES.nas:=\
|
||||
mdadm
|
||||
# For router targets
|
||||
DEFAULT_PACKAGES.router:=\
|
||||
dnsmasq-full firewall iptables ppp ppp-mod-pppoe kmod-crypto-sha512 \
|
||||
dnsmasq-full firewall iptables ppp ppp-mod-pppoe \
|
||||
block-mount coremark kmod-nf-nathelper kmod-nf-nathelper-extra kmod-ipt-raw kmod-tun \
|
||||
iptables-mod-tproxy iptables-mod-extra ipset ip-full default-settings luci luci-newapi \
|
||||
ddns-scripts_aliyun ddns-scripts_dnspod luci-app-ddns luci-app-upnp luci-app-autoreboot \
|
||||
|
@ -830,7 +830,7 @@ define KernelPackage/crypto-rng
|
||||
TITLE:=CryptoAPI random number generation
|
||||
DEPENDS:=+kmod-crypto-hash +kmod-crypto-hmac \
|
||||
+(LINUX_5_4||LINUX_5_10):kmod-crypto-sha256 \
|
||||
+(LINUX_5_15||LINUX_6_1):kmod-crypto-sha512
|
||||
+(LINUX_5_15||LINUX_6_1||LINUX_6_6):kmod-crypto-sha512
|
||||
KCONFIG:= \
|
||||
CONFIG_CRYPTO_DRBG \
|
||||
CONFIG_CRYPTO_DRBG_HMAC=y \
|
||||
|
Loading…
Reference in New Issue
Block a user