diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-01-28 01:10:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-01-28 01:10:45 +0000 |
commit | cf6f36abb4198bea48101ad611cf781bee3448c1 (patch) | |
tree | de3bee6403cb98723425be61d6a9a176d6e19f27 /toolchain/uClibc | |
parent | c6e7c24a27bb474f9341c02aa583c5195eb4af08 (diff) | |
download | master-187ad058-cf6f36abb4198bea48101ad611cf781bee3448c1.tar.gz master-187ad058-cf6f36abb4198bea48101ad611cf781bee3448c1.tar.bz2 master-187ad058-cf6f36abb4198bea48101ad611cf781bee3448c1.zip |
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
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r-- | toolchain/uClibc/Config.in | 2 | ||||
-rw-r--r-- | 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" |