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
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
1 changed files with
2 additions and
0 deletions
-
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 \
|
|
|
|