Files
wifipineapple-openwrt/toolchain/musl/Config.version
Felix Fietkau 58d22ab8a4 toolchain/musl: add version 0.9.15, remove older versions (still broken, but closer to being functional than before)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39750 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-24 21:10:11 +00:00

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