X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=toolchain%2FuClibc%2FConfig.version;h=93cfd0c1d2fe9ccb1cacb814175181d872d22944;hb=a7950ce0d874a9fd34f3fbe65ecdcb461d553d7c;hp=843a499bda7632d5acc43559dcfb13697eb03112;hpb=d52a5ec1ec7c4389329010af841f8a69435ff6b8;p=openwrt.git diff --git a/toolchain/uClibc/Config.version b/toolchain/uClibc/Config.version index 843a499bda..93cfd0c1d2 100644 --- a/toolchain/uClibc/Config.version +++ b/toolchain/uClibc/Config.version @@ -2,4 +2,13 @@ config UCLIBC_VERSION string depends on USE_UCLIBC default "0.9.32" if UCLIBC_VERSION_0_9_32 - default "0.9.32" + default "0.9.33" if UCLIBC_VERSION_0_9_33 + default "0.9.33" + +if !TOOLCHAINOPTS + + config UCLIBC_VERSION_0_9_33 + default y if USE_UCLIBC + bool + +endif