diff --git a/patches.sh b/patches.sh index db69d19..b362458 100644 --- a/patches.sh +++ b/patches.sh @@ -6,6 +6,7 @@ sed -i "/dep.*INCLUDE_.*=n/d" package/ctcgfw/luci-app-turboacc/Makefile find . -type f -name nft-qos.config | xargs sed -i "s/option limit_enable '1'/option limit_enable '0'/" sed -i "/\/etc\/coremark\.sh/d" package/feeds/packages/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 sed -i '/DEPENDS/ s/$/ +libcap-bin/' `find . -type f -path '*/luci-app-openclash/Makefile'` sed -i '/DEPENDS+/ s/$/ +wsdd2/' `find . -type f -path '*/ksmbd-tools/Makefile'`