Browse Source

v2raya: add iptables as dependency

This package requires to use iptables (no matter which variant).

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
lilik-openwrt-22.03
Tianling Shen 3 years ago
parent
commit
88750d67e2
No known key found for this signature in database GPG Key ID: 6850B6345C862176
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/v2raya/Makefile

+ 2
- 0
net/v2raya/Makefile View 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 \


Loading…
Cancel
Save