1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:40:46 +03:00

[toolchain]: switch to uClibc 0.9.31

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23781 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2010-11-02 13:57:57 +00:00
parent 36fa7f266c
commit 5e7b0ded88
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
choice
prompt "uClibc Version"
depends on TOOLCHAINOPTS && USE_UCLIBC
default UCLIBC_VERSION_0_9_30_1
default UCLIBC_VERSION_0_9_31
help
Select the version of uClibc you wish to use.

View File

@ -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.30.1"
default "0.9.31"