From 3c8a1087cbd9a607b0a1d189765587754499bf6f Mon Sep 17 00:00:00 2001 From: John Doe Date: Fri, 30 Jun 2023 21:21:36 +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 6befc04..53254a6 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/\+1017\,12/+1017\,13/;/ifdef CONFIG_MBO/a+NEED_GAS=y' package/network/services/hostapd/patches/200-multicall.patch + sed -i 's/\+1017\,12/+1017\,13/;/ifdef CONFIG_MBO/i+NEED_GAS=y' package/network/services/hostapd/patches/200-multicall.patch ;; esac