mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
de750029f4
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39750
13 lines
173 B
Plaintext
13 lines
173 B
Plaintext
if USE_MUSL
|
|
|
|
config MUSL_VERSION
|
|
string
|
|
depends on USE_MUSL
|
|
default "0.9.15" if MUSL_VERSION_0_9_15
|
|
|
|
config MUSL_VERSION_0_9_15
|
|
default y if !TOOLCHAINOPTS
|
|
bool
|
|
|
|
endif
|