From c427cc13dd39cbf53e4806b992f7c32aeb4cc8dc Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 25 Jun 2023 17:29:28 +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 64949b5..6befc04 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -127,7 +127,7 @@ case $DEVICE in 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|r5s) - sed -i 's/\+1031\,9/+1031,10/;/NEED_AES_WRAP/a+NEED_GAS=y' package/network/services/hostapd/patches/200-multicall.patch + sed -i 's/\+1017\,12/+1017\,13/;/ifdef CONFIG_MBO/a+NEED_GAS=y' package/network/services/hostapd/patches/200-multicall.patch ;; esac