X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=toolchain%2FuClibc%2FConfig.in;h=08ea00a3132e7cfa9bec7b83febed5b1499b609b;hb=HEAD;hp=82e4a610dac9c501801942d57d9174f0426fc158;hpb=c691ce8b791b1cdf89bed6d9ffeae8131853b184;p=openwrt.git diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index 82e4a610da..08ea00a313 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -3,16 +3,16 @@ choice prompt "uClibc Version" depends on TOOLCHAINOPTS && USE_UCLIBC - default UCLIBC_VERSION_0_9_33 + default UCLIBC_USE_VERSION_0_9_33 help Select the version of uClibc you wish to use. - config UCLIBC_VERSION_0_9_33 - bool "uClibc 0.9.33" + 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