mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
luci-app-ssr-plus: only selete ss-rust for armv8 devices
ss-libev on x86_64 is good enough. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
15013245cd
commit
ab70f33be7
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user