From d6c3cbb00521042a15f2a9c8c3d4edcb62960e93 Mon Sep 17 00:00:00 2001 From: John Doe Date: Mon, 18 Mar 2024 15:12:07 +0800 Subject: [PATCH] fix --- scripts/patches.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/patches.sh b/scripts/patches.sh index a0bd402fe..10e5efd97 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -38,6 +38,7 @@ line_number_INCLUDE_V2ray=$[`grep -m1 -n 'Include V2ray' package/custom/openwrt- sed -i $line_number_INCLUDE_V2ray'd' package/custom/openwrt-passwall/luci-app-passwall/Makefile sed -i $line_number_INCLUDE_V2ray'd' package/custom/openwrt-passwall/luci-app-passwall/Makefile sed -i $line_number_INCLUDE_V2ray'd' package/custom/openwrt-passwall/luci-app-passwall/Makefile +sed -i 's/LUCI_DEPENDS:=/LUCI_DEPENDS:=+iptables-mod-iprange +iptables-mod-socket /' package/custom/openwrt-passwall/luci-app-passwall/Makefile # inject the firmware version strDate=`TZ=UTC-8 date +%Y-%m-%d`