From f1c9a3e4107e9eb80707e68924a4e4608c104462 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 5 Dec 2020 18:38:01 +0800 Subject: [PATCH] luci-app-vssr: use xray by default --- package/ctcgfw/luci-app-vssr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ctcgfw/luci-app-vssr/Makefile b/package/ctcgfw/luci-app-vssr/Makefile index 5e4057b3f8..5e1d83bb9f 100644 --- a/package/ctcgfw/luci-app-vssr/Makefile +++ b/package/ctcgfw/luci-app-vssr/Makefile @@ -13,7 +13,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray_plugin config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray bool "Include V2ray" - default y if i386||x86_64||arm||aarch64 + default n config PACKAGE_$(PKG_NAME)_INCLUDE_Xray bool "Include Xray"