From 5bdada39a37c5f077fa5754f384e9d26131a803d Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 14 Sep 2021 08:47:06 +0800 Subject: [PATCH] fix --- scripts/patches.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/patches.sh b/scripts/patches.sh index c74e026..eb0e2a1 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -4,8 +4,8 @@ sed -i "s/option sfe_flow '1'/option sfe_flow '0'/" $config_file_turboacc sed -i "s/option sfe_bridge '1'/option sfe_bridge '0'/" $config_file_turboacc sed -i "/dep.*INCLUDE_.*=n/d" `find package/ -follow -type f -path '*/luci-app-turboacc/Makefile'` -sed -i "s/option limit_enable '1'/option limit_enable '0'/" `find package/ -follow -type f -path '*/vsftpd/files/vsftpd.uci'` -sed -i "s/option enabled '1'/option enabled '0'/" `find package/ -follow -type f -path '*/nft-qos/files/nft-qos.config'` +sed -i "s/option limit_enable '1'/option limit_enable '0'/" `find package/ -follow -type f -path '*/nft-qos/files/nft-qos.config'` +sed -i "s/option enabled '1'/option enabled '0'/" `find package/ -follow -type f -path '*/vsftpd/files/vsftpd.uci'` sed -i "/\/etc\/coremark\.sh/d" `find package/ -follow -type f -path '*/coremark/coremark'` sed -i 's/192.168.1.1/192.168.2.1/' package/base-files/files/bin/config_generate sed -i 's/=1/=0/g' package/kernel/linux/files/sysctl-br-netfilter.conf