From ab70f33be7c56ec4e8b02eb7c02b529f81e1d34a Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 14 Mar 2021 23:41:24 +0800 Subject: [PATCH] luci-app-ssr-plus: only selete ss-rust for armv8 devices ss-libev on x86_64 is good enough. Signed-off-by: Tianling Shen --- package/lean/luci-app-ssr-plus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/luci-app-ssr-plus/Makefile b/package/lean/luci-app-ssr-plus/Makefile index 71f1b8b86d..ba3a3b4404 100644 --- a/package/lean/luci-app-ssr-plus/Makefile +++ b/package/lean/luci-app-ssr-plus/Makefile @@ -58,7 +58,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Rust bool "Include Shadowsocks Rust (AEAD cipher only)" depends on aarch64||arm||i386||mips||mipsel||x86_64 - default y if aarch64||x86_64 + default y if aarch64 config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR bool "Include ShadowsocksR Libev"