From c80973404813868d604eb7a1e47d0fd90d8c8ea0 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 0ef11a86f5..685fc39ef1 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"