openwrtv4/toolchain/uClibc/Config.version
Imre Kaloz 9bf867b531 add 0.9.33
SVN-Revision: 30374
2012-02-08 15:45:44 +00:00

14 lines
259 B
Text

config UCLIBC_VERSION
string
depends on USE_UCLIBC
default "0.9.32" if UCLIBC_VERSION_0_9_32
default "0.9.33" if UCLIBC_VERSION_0_9_33
default "0.9.32"
if !TOOLCHAINOPTS
config UCLIBC_VERSION_0_9_32
default y if USE_UCLIBC
bool
endif