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

[toolchain] eglibc: update v2.10 to rev. 9289

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18518 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2009-11-24 00:43:31 +00:00
parent 6c64fce072
commit 3944e3b1bf
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ config EGLIBC_REVISION
default "8588" if EGLIBC_VERSION_2_7
default "8587" if EGLIBC_VERSION_2_8
default "8690" if EGLIBC_VERSION_2_9
default "8873" if EGLIBC_VERSION_2_10
default "9289" if EGLIBC_VERSION_2_10
default "HEAD" if EGLIBC_VERSION_TRUNK
default ""

View File

@ -5,5 +5,5 @@ config EGLIBC_VERSION
default "2.7" if EGLIBC_VERSION_2_7
default "2.8" if EGLIBC_VERSION_2_8
default "2.9" if EGLIBC_VERSION_2_9
default "2.10.1" if EGLIBC_VERSION_2_10
default "2.10.2" if EGLIBC_VERSION_2_10
default "trunk"