X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d52a5ec1ec7c4389329010af841f8a69435ff6b8..ccbd47f758dda7838a0d5a8185f090f6bf17577a:/toolchain/uClibc/Config.version diff --git a/toolchain/uClibc/Config.version b/toolchain/uClibc/Config.version index 843a499bd..93cfd0c1d 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