ajust some default package setting for x86 32bit

This commit is contained in:
CN_SZTL 2020-03-29 02:53:25 +08:00
parent 6c04f36d39
commit dd07ec923a
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
3 changed files with 8 additions and 8 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 x86||x86_64||arm||aarch64
default y if i386||arm||aarch64
config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray
bool "Include V2ray"
default y if x86||x86_64||arm||aarch64
default y if i386||arm||aarch64
config PACKAGE_$(PKG_NAME)_INCLUDE_Trojan
bool "Include Trojan"
default y if x86||x86_64||arm||aarch64
default y if i386||arm||aarch64
config PACKAGE_$(PKG_NAME)_INCLUDE_Redsocks2
bool "Include Redsocks2"
default y if x86||x86_64||arm||aarch64
default y if i386||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 x86||x86_64||arm||aarch64
default y if i386||arm||aarch64
endef
define Package/$(PKG_NAME)

View File

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

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-unblockmusic
PKG_VERSION:=2.3.1
PKG_RELEASE:=39
PKG_RELEASE:=41
PKG_CONFIG_DEPENDS := \
CONFIG_UnblockNeteaseMusic_Go \