kernel: allow targets to specify KERNEL_PATCHVER instead of LINUX_VERSION
[openwrt-14.07/.git] / toolchain / musl / Config.version
1 if USE_MUSL
2
3 config MUSL_VERSION
4         string
5         depends on USE_MUSL
6         default "1.1.4"
7
8 endif