aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2022-03-08 14:02:27 +0800
committerTianling Shen <cnsztl@immortalwrt.org>2022-03-13 23:34:53 +0800
commit88750d67e218a08b81fcbb23d90a574e2f04b84e (patch)
tree437a8834175fc3b6ca0a54800c9af2856f6a2f06
parent2f8e69618944de5d9188aa52904494427f5eafc6 (diff)
v2raya: add iptables as dependency
This package requires to use iptables (no matter which variant). Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
-rw-r--r--net/v2raya/Makefile2
1 files changed, 2 insertions, 0 deletions
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 \