From 88750d67e218a08b81fcbb23d90a574e2f04b84e Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 8 Mar 2022 14:02:27 +0800 Subject: [PATCH] v2raya: add iptables as dependency This package requires to use iptables (no matter which variant). Signed-off-by: Tianling Shen --- net/v2raya/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 \