toolchain/musl: add version 0.9.15, remove older versions (still broken, but closer...
[openwrt.git] / toolchain / musl / Config.version
1 if USE_MUSL
2
3 config MUSL_VERSION
4         string
5         depends on USE_MUSL
6         default "0.9.15"        if MUSL_VERSION_0_9_15
7
8 config MUSL_VERSION_0_9_15
9         default y if !TOOLCHAINOPTS
10         bool
11
12 endif