From: Tianling Shen Date: Tue, 8 Mar 2022 06:02:27 +0000 (+0800) Subject: v2raya: add iptables as dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=88750d67e218a08b81fcbb23d90a574e2f04b84e;p=openwrt-packages.git v2raya: add iptables as dependency This package requires to use iptables (no matter which variant). Signed-off-by: Tianling Shen --- diff --git a/net/v2raya/Makefile b/net/v2raya/Makefile index 5bdbebd36..96276e87d 100644 --- a/net/v2raya/Makefile +++ b/net/v2raya/Makefile @@ -37,6 +37,8 @@ define Package/v2raya SUBMENU:=Web Servers/Proxies DEPENDS:=$(GO_ARCH_DEPENDS) \ +ca-bundle \ + +iptables \ + +IPV6:ip6tables \ +iptables-mod-conntrack-extra \ +iptables-mod-extra \ +iptables-mod-filter \