From 77d4d5bdfd62b47fada59d5c46242ce77dc0515d Mon Sep 17 00:00:00 2001 From: John Doe Date: Mon, 4 Apr 2022 00:07:26 +0800 Subject: [PATCH] Package: revert fixing openclash --- scripts/patches.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/patches.sh b/scripts/patches.sh index 6cbb22e..bdefeea 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -10,7 +10,6 @@ sed -i "/\/etc\/coremark\.sh/d" `find package/ -follow -type f -path '*/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 -sed -i '/DEPENDS/ s/$/ +libcap-bin/' `find package/ -follow -type f -path '*/luci-app-openclash/Makefile'` sed -i '/DEPENDS+/ s/$/ +wsdd2/' `find package/ -follow -type f -path '*/ksmbd-tools/Makefile'` sed -i '/DEPENDS/ s/$/ +frpc/' `find package/ -follow -type f -path '*/luci-app-frpc/Makefile'`