tn3399_openwrt/toolchain/musl/Config.version
Luka Perkov 00b5a14567 toolchain/musl: add version 0.9.11
Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 37173
2013-07-04 21:26:01 +00:00

25 lines
394 B
Plaintext

if USE_MUSL
config MUSL_VERSION
string
depends on USE_MUSL
default "0.9.8" if MUSL_VERSION_0_9_8
default "0.9.9" if MUSL_VERSION_0_9_9
default "0.9.10" if MUSL_VERSION_0_9_10
default "0.9.11" if MUSL_VERSION_0_9_11
config MUSL_VERSION_0_9_8
default y if !TOOLCHAINOPTS
bool
config MUSL_VERSION_0_9_9
bool
config MUSL_VERSION_0_9_10
bool
config MUSL_VERSION_0_9_11
bool
endif