add support for uClibc version 0.9.32 based on git rev a7642511b08b0b8a4012bab67cb8aa...
[openwrt/openwrt.git] / toolchain / uClibc / Config.version
1 config UCLIBC_VERSION
2 string
3 depends on USE_UCLIBC
4 default "0.9.30.1" if UCLIBC_VERSION_0_9_30_1
5 default "0.9.30.2" if UCLIBC_VERSION_0_9_30_2
6 default "0.9.30.3" if UCLIBC_VERSION_0_9_30_3
7 default "0.9.31" if UCLIBC_VERSION_0_9_31
8 default "0.9.32" if UCLIBC_VERSION_0_9_32
9 default "0.9.30.1"