From c304dee96b50416c79dca84a101ac222337c6f99 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 3 May 2022 14:34:43 +0800 Subject: [PATCH] luci-app-ssr-plus: add iptables as dependency Signed-off-by: Tianling Shen --- luci-app-ssr-plus/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/luci-app-ssr-plus/Makefile b/luci-app-ssr-plus/Makefile index 0d86e6c29..7378f1982 100644 --- a/luci-app-ssr-plus/Makefile +++ b/luci-app-ssr-plus/Makefile @@ -24,9 +24,9 @@ LUCI_TITLE:=SS/SSR/V2Ray/Trojan/NaiveProxy/Socks5/Tun LuCI interface LUCI_PKGARCH:=all LUCI_DEPENDS:= \ @(PACKAGE_libustream-mbedtls||PACKAGE_libustream-openssl||PACKAGE_libustream-wolfssl) \ - +coreutils +coreutils-base64 +dns2socks +dnsmasq-full +ipset +kmod-ipt-nat \ - +ip-full +iptables-mod-tproxy +lua +libuci-lua +microsocks +pdnsd-alt \ - +tcping +resolveip +shadowsocksr-libev-ssr-check +uclient-fetch \ + +coreutils +coreutils-base64 +dns2socks +dnsmasq-full +ipset +kmod-ipt-nat +ip-full \ + +iptables +iptables-mod-tproxy +lua +libuci-lua +microsocks +pdnsd-alt +tcping \ + +resolveip +shadowsocksr-libev-ssr-check +uclient-fetch \ +PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun:kcptun-client \ +PACKAGE_$(PKG_NAME)_INCLUDE_NaiveProxy:naiveproxy \ +PACKAGE_$(PKG_NAME)_INCLUDE_IPT2Socks:ipt2socks \