0d0b4a76a388ed8c4bcc59e598538ec0065ca4d5
[openwrt/svn-archive/archive.git] / toolchain / uClibc / Config.version
1 config UCLIBC_VERSION
2 string
3 depends on USE_UCLIBC
4 default "0.9.33.2" if UCLIBC_VERSION_0_9_33
5 default "0.9.33.2"
6
7 if !TOOLCHAINOPTS
8
9 config UCLIBC_VERSION_0_9_33
10 default y if USE_UCLIBC
11 bool
12
13 endif