From 33090717bd43b5db891aa6b4fd8211019b193e5d Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 13 Mar 2021 00:33:13 +0800 Subject: [PATCH] luci-app-ssr-plus: fix dependencies Signed-off-by: Tianling Shen --- package/lean/luci-app-ssr-plus/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/lean/luci-app-ssr-plus/Makefile b/package/lean/luci-app-ssr-plus/Makefile index b1ea47cd9a..71f1b8b86d 100644 --- a/package/lean/luci-app-ssr-plus/Makefile +++ b/package/lean/luci-app-ssr-plus/Makefile @@ -56,7 +56,8 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks default y config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Rust - bool "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 config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR