From dd07ec923a3ce3a1aad23c1710578c4515de59a9 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sun, 29 Mar 2020 02:53:25 +0800 Subject: [PATCH] ajust some default package setting for x86 32bit --- package/lean/luci-app-ssr-plus/Makefile | 10 +++++----- package/lean/luci-app-unblockmusic/Config.in | 4 ++-- package/lean/luci-app-unblockmusic/Makefile | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package/lean/luci-app-ssr-plus/Makefile b/package/lean/luci-app-ssr-plus/Makefile index d7b2d00c78..80d73a723e 100644 --- a/package/lean/luci-app-ssr-plus/Makefile +++ b/package/lean/luci-app-ssr-plus/Makefile @@ -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) diff --git a/package/lean/luci-app-unblockmusic/Config.in b/package/lean/luci-app-unblockmusic/Config.in index 9dae2dc0f0..911a93d340 100644 --- a/package/lean/luci-app-unblockmusic/Config.in +++ b/package/lean/luci-app-unblockmusic/Config.in @@ -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 diff --git a/package/lean/luci-app-unblockmusic/Makefile b/package/lean/luci-app-unblockmusic/Makefile index e894d2db1b..141856ea5b 100644 --- a/package/lean/luci-app-unblockmusic/Makefile +++ b/package/lean/luci-app-unblockmusic/Makefile @@ -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 \