projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f8e696
)
v2raya: add iptables as dependency
18052/head
author
Tianling Shen
<cnsztl@immortalwrt.org>
Tue, 8 Mar 2022 06:02:27 +0000
(14:02 +0800)
committer
Tianling 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
patch
|
blob
|
history
diff --git
a/net/v2raya/Makefile
b/net/v2raya/Makefile
index 5bdbebd36f062724492f6276576d64807a65c1d6..96276e87ddacb2c7a183f58aa3352d118dd43005 100644
(file)
--- 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 \