v2raya: add iptables as dependency 18052/head
authorTianling Shen <cnsztl@immortalwrt.org>
Tue, 8 Mar 2022 06:02:27 +0000 (14:02 +0800)
committerTianling Shen <cnsztl@immortalwrt.org>
Sun, 13 Mar 2022 15:34:53 +0000 (23:34 +0800)
This package requires to use iptables (no matter which variant).

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
net/v2raya/Makefile

index 5bdbebd36f062724492f6276576d64807a65c1d6..96276e87ddacb2c7a183f58aa3352d118dd43005 100644 (file)
@@ -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 \