luci-app-ssr-plus: add x64 default

This commit is contained in:
lean 2020-03-29 12:31:07 +08:00
parent bea383627c
commit 347ee6aeb2
2 changed files with 7 additions and 7 deletions

View File

@ -11,19 +11,19 @@ include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)/config
config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray_plugin
bool "Include Shadowsocks V2ray Plugin"
default y if i386||arm||aarch64
default y if i386||x86_64||arm||aarch64
config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray
bool "Include V2ray"
default y if i386||arm||aarch64
default y if i386||x86_64||arm||aarch64
config PACKAGE_$(PKG_NAME)_INCLUDE_Trojan
bool "Include Trojan"
default y if i386||arm||aarch64
default y if i386||x86_64||arm||aarch64
config PACKAGE_$(PKG_NAME)_INCLUDE_Redsocks2
bool "Include Redsocks2"
default y if i386||arm||aarch64
default y if i386||x86_64||arm||aarch64
config PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun
bool "Include Kcptun"
@ -31,7 +31,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun
config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Server
bool "Include ShadowsocksR Server"
default y if i386||arm||aarch64
default y if i386||x86_64||arm||aarch64
endef
define Package/$(PKG_NAME)

View File

@ -1,9 +1,9 @@
config UnblockNeteaseMusic_Go
bool "UnblockNeteaseMusic Golang Version"
default y if i386||arm||aarch64
default y if i386||x86_64||arm||aarch64
config UnblockNeteaseMusic_NodeJS
bool "UnblockNeteaseMusic NodeJS Version"
depends on HAS_FPU || KERNEL_MIPS_FPU_EMULATOR
default y if i386||arm||aarch64
default y if i386||x86_64||arm||aarch64