X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=toolchain%2FuClibc%2FConfig.version;h=dd302f256b442d17cdbb997f985282b52644a342;hb=0576c3148f4c9ab1882646be03d102c3310dcb89;hp=96f13d9f259b7bf19cb9e12a660b0d3b22b42b42;hpb=41ac6296955b755d2ca81d318954bfa882e742f6;p=openwrt.git diff --git a/toolchain/uClibc/Config.version b/toolchain/uClibc/Config.version index 96f13d9f25..dd302f256b 100644 --- a/toolchain/uClibc/Config.version +++ b/toolchain/uClibc/Config.version @@ -1,8 +1,9 @@ config UCLIBC_VERSION string depends on USE_UCLIBC - default "0.9.29" if UCLIBC_VERSION_0_9_29 - default "0.9.30.1" if UCLIBC_VERSION_0_9_30_1 || (TARGET_uml && x86_64) - default "0.9.30+nptl" if UCLIBC_VERSION_NPTL - default "0.9.29" + default "0.9.33.2" if UCLIBC_VERSION_0_9_33 + default "0.9.33.2" +config UCLIBC_VERSION_0_9_33 + default y if !TOOLCHAINOPTS && USE_UCLIBC + bool