luci-app-unblockmusic: add softfloat support for MIPS

This commit is contained in:
lean 2021-06-20 21:36:19 +08:00
parent 1bb9b83c5a
commit ca7325417d
3 changed files with 3 additions and 2 deletions

View File

@ -49,6 +49,7 @@ config KERNEL_DEBUG_FS
config KERNEL_MIPS_FP_SUPPORT
bool
default y
depends on (mips || mipsel || mips64 || mips64el)
config KERNEL_ARM_PMU
bool

View File

@ -5,5 +5,5 @@ config UnblockNeteaseMusic_Go
config UnblockNeteaseMusic_NodeJS
bool "UnblockNeteaseMusic NodeJS Version"
depends on HAS_FPU || KERNEL_MIPS_FPU_EMULATOR
depends on HAS_FPU || KERNEL_MIPS_FPU_EMULATOR || SOFT_FLOAT
default n

View File

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