From 749d2c1eeca53e27e6495233d9f09ae1a0e68cde Mon Sep 17 00:00:00 2001 From: John Doe Date: Fri, 23 Jun 2023 02:29:12 +0800 Subject: [PATCH] fix --- scripts/patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/patches.sh b/scripts/patches.sh index 36a108a..64949b5 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -126,7 +126,7 @@ case $DEVICE in sed -i $line_number_CONFIG_CRYPTO_LIB_BLAKE2S' s/HIDDEN:=1/DEPENDS:=@(LINUX_5_4||LINUX_5_10)/' package/kernel/linux/modules/crypto.mk sed -i 's/libblake2s.ko@lt5.9/libblake2s.ko/;s/libblake2s-generic.ko@lt5.9/libblake2s-generic.ko/' package/kernel/linux/modules/crypto.mk ;; - r1s|r1s-h3) + r1s|r1s-h3|r5s) sed -i 's/\+1031\,9/+1031,10/;/NEED_AES_WRAP/a+NEED_GAS=y' package/network/services/hostapd/patches/200-multicall.patch ;; esac