From 0ea275ee8034b384d673c7e97071d06c52b4b501 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 12 Dec 2022 11:50:12 +0800 Subject: [PATCH] v2raya: explicitly depends on xray-core Signed-off-by: Tianling Shen --- v2raya/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v2raya/Makefile b/v2raya/Makefile index 4c2eb21..b36a0b0 100644 --- a/v2raya/Makefile +++ b/v2raya/Makefile @@ -41,7 +41,8 @@ define Package/v2raya +iptables-mod-extra \ +iptables-mod-filter \ +iptables-mod-tproxy \ - +kmod-ipt-nat6 + +kmod-ipt-nat6 \ + +xray-core URL:=https://v2raya.org endef -- 2.11.0