mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
|
|
config UnblockNeteaseMusic_Go
|
|
bool "UnblockNeteaseMusic Golang Version"
|
|
default y if i386||x86_64||arm||aarch64
|
|
|
|
config UnblockNeteaseMusic_NodeJS
|
|
bool "UnblockNeteaseMusic NodeJS Version"
|
|
depends on HAS_FPU || KERNEL_MIPS_FPU_EMULATOR || SOFT_FLOAT
|
|
default n
|