Merge Lean's source

This commit is contained in:
CN_SZTL 2020-03-06 14:02:22 +08:00
parent 6bd0b94b15
commit 970734a40e
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 5 additions and 10 deletions

View File

@ -1,13 +1,8 @@
choice
prompt "Select UnblockNeteaseMusic APP"
default UnblockNeteaseMusic_Go
config UnblockNeteaseMusic_Go
bool "Go"
bool "UnblockNeteaseMusic Golang Version"
default y
config UnblockNeteaseMusic_NodeJS
bool "NodeJS"
endchoice
bool "UnblockNeteaseMusic NodeJS Version"
depends on HAS_FPU || KERNEL_MIPS_FPU_EMULATOR

View File

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