aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-11-24 00:43:31 +0000
committerNicolas Thill <nico@openwrt.org>2009-11-24 00:43:31 +0000
commit5573d95e068d3c81d28b212c359402243308c397 (patch)
treebd907e684dded5e6d56f8357c19d3c0fc0371944 /toolchain
parent089c8b4f50e60be24a1940ddca1d10685a2d66d2 (diff)
downloadupstream-5573d95e068d3c81d28b212c359402243308c397.tar.gz
upstream-5573d95e068d3c81d28b212c359402243308c397.tar.bz2
upstream-5573d95e068d3c81d28b212c359402243308c397.zip
[toolchain] eglibc: update v2.10 to rev. 9289
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18518 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/eglibc/Config.in2
-rw-r--r--toolchain/eglibc/Config.version2
2 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in
index 407240b8c4..8f38d0981a 100644
--- a/toolchain/eglibc/Config.in
+++ b/toolchain/eglibc/Config.in
@@ -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 ""
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version
index e312826816..6e2146d15f 100644
--- a/toolchain/eglibc/Config.version
+++ b/toolchain/eglibc/Config.version
@@ -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"