From: Tianling Shen Date: Tue, 8 Mar 2022 06:02:27 +0000 (+0800) Subject: v2raya: add iptables as dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F18052%2Fhead;p=feed%2Fpackages.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 5bdbebd36f..96276e87dd 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 \