From 87d30b549d1dc570d0037d021343ab9d4b0f2017 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 28 Jan 2011 01:10:45 +0000 Subject: [PATCH 1/1] uClibc: make 0.9.32-git default, it fixes lots of bugs compared to earlier versions (especially threading issues), and the known regressions have been fixed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25187 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/uClibc/Config.in | 2 +- toolchain/uClibc/Config.version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index aabb51a065..03d2176a13 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -3,7 +3,7 @@ choice prompt "uClibc Version" depends on TOOLCHAINOPTS && USE_UCLIBC - default UCLIBC_VERSION_0_9_31 + default UCLIBC_VERSION_0_9_32 help Select the version of uClibc you wish to use. diff --git a/toolchain/uClibc/Config.version b/toolchain/uClibc/Config.version index 52064feed4..29d4c7d636 100644 --- a/toolchain/uClibc/Config.version +++ b/toolchain/uClibc/Config.version @@ -4,4 +4,4 @@ config UCLIBC_VERSION default "0.9.30.1" if UCLIBC_VERSION_0_9_30_1 default "0.9.31" if UCLIBC_VERSION_0_9_31 default "0.9.32" if UCLIBC_VERSION_0_9_32 - default "0.9.31" + default "0.9.32" -- 2.11.0