Browse Source

luci-app-ssr-plus: only selete ss-rust for armv8 devices

ss-libev on x86_64 is good enough.

Signed-off-by: Tianling Shen <[email protected]>
Tianling Shen 4 years ago
parent
commit
79ad7e83b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      luci-app-ssr-plus/Makefile

+ 1 - 1
luci-app-ssr-plus/Makefile

@@ -17,7 +17,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks
 config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Rust
 	bool "Include Shadowsocks Rust (AEAD ciphers only)"
 	depends on aarch64||arm||i386||mips||mipsel||x86_64
-	default y if x86_64||aarch64
+	default y if aarch64
 
 config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray_plugin
 	bool "Include Shadowsocks V2ray Plugin"