luci-app-unblockmusic: add to default target

This commit is contained in:
LEAN-ESX 2020-03-07 20:01:48 -08:00
parent 3cf2d8b1a4
commit a95879a1de
3 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,7 @@ DEVICE_TYPE?=router
DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd urandom-seed urngd \
block-mount coremark kmod-nf-nathelper kmod-nf-nathelper-extra kmod-ipt-raw wget libustream-openssl ca-certificates \
default-settings luci luci-proto-relay luci-app-ddns luci-app-sqm luci-app-upnp luci-app-adbyby-plus luci-app-autoreboot \
luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus \
luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-unblockmusic \
luci-app-zerotier luci-app-arpbind luci-app-vlmcsd luci-app-wol luci-app-ramfree \
luci-app-sfe luci-app-flowoffload luci-app-nlbwmon luci-app-accesscontrol \
ddns-scripts_aliyun ddns-scripts_dnspod

View File

@ -1,8 +1,9 @@
config UnblockNeteaseMusic_Go
bool "UnblockNeteaseMusic Golang Version"
default y
default y if x86||x86_64||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

View File

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