diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-11-24 00:43:31 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-11-24 00:43:31 +0000 |
commit | 5573d95e068d3c81d28b212c359402243308c397 (patch) | |
tree | bd907e684dded5e6d56f8357c19d3c0fc0371944 /toolchain/eglibc/Config.in | |
parent | 089c8b4f50e60be24a1940ddca1d10685a2d66d2 (diff) | |
download | upstream-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/eglibc/Config.in')
-rw-r--r-- | toolchain/eglibc/Config.in | 2 |
1 files changed, 1 insertions, 1 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 "" |