X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=blobdiff_plain;f=toolchain%2FuClibc%2FConfig.in;h=08ea00a3132e7cfa9bec7b83febed5b1499b609b;hp=63b121c834b4cc5896532e36c7ff82b565978e13;hb=2738526a16f9ebd100ac7a35d55b13e91e45e888;hpb=349439d7ea2d56c42179589bcbe963f9707f0127 diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index 63b121c834..08ea00a313 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -3,29 +3,16 @@ choice prompt "uClibc Version" depends on TOOLCHAINOPTS && USE_UCLIBC - default UCLIBC_VERSION_0_9_30_1 + default UCLIBC_USE_VERSION_0_9_33 help Select the version of uClibc you wish to use. - config UCLIBC_VERSION_0_9_30_1 - bool "uClibc 0.9.30.1" - - config UCLIBC_VERSION_0_9_30_2 - bool "uClibc 0.9.30.2" - - config UCLIBC_VERSION_0_9_30_3 - bool "uClibc 0.9.30.3" - - config UCLIBC_VERSION_0_9_31 - bool "uClibc 0.9.31" - - config UCLIBC_VERSION_NPTL - bool "uClibc NPTL branch" - depends BROKEN + config UCLIBC_USE_VERSION_0_9_33 + select UCLIBC_VERSION_0_9_33 + bool "uClibc 0.9.33.2" endchoice - # Debug version. config UCLIBC_ENABLE_DEBUG