From: Jonas Gorski Date: Tue, 2 Aug 2011 23:37:54 +0000 (+0000) Subject: toolchain/uClibc: Make sure there's always a UCLIBC_VERSION_* X-Git-Tag: backfire_10.03.1~161 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=26ace56f84909b9fa502d1637664b8ef2f853d23;p=openwrt%2Fsvn-archive%2Fopenwrt.git toolchain/uClibc: Make sure there's always a UCLIBC_VERSION_* Adapted backport of r27882. SVN-Revision: 27883 --- diff --git a/toolchain/uClibc/Config.version b/toolchain/uClibc/Config.version index 5ecab96c2f..9ce5a9d9b5 100644 --- a/toolchain/uClibc/Config.version +++ b/toolchain/uClibc/Config.version @@ -6,3 +6,11 @@ config UCLIBC_VERSION default "0.9.30.3" if UCLIBC_VERSION_0_9_30_3 default "0.9.30+nptl" if UCLIBC_VERSION_NPTL default "0.9.30.1" + +if !TOOLCHAINOPTS + + config UCLIBC_VERSION_0_9_30_1 + default y if USE_UCLIBC + bool + +endif