diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-09-26 18:59:22 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-09-26 18:59:22 +0000 |
commit | 1a3bb764f67d7cb8fa2c8ac77862d9b093dac77d (patch) | |
tree | 365c663022644b2e1ef56a4f4a2bf44a2c924102 /toolchain/eglibc/Config.version | |
parent | e182ea63e92ac5b73f3f84ac800404006e12663b (diff) | |
download | upstream-1a3bb764f67d7cb8fa2c8ac77862d9b093dac77d.tar.gz upstream-1a3bb764f67d7cb8fa2c8ac77862d9b093dac77d.tar.bz2 upstream-1a3bb764f67d7cb8fa2c8ac77862d9b093dac77d.zip |
[toolchain] eglibc: add support for 2.10 branch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17748 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/Config.version')
-rw-r--r-- | toolchain/eglibc/Config.version | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version index edee7cc15e..00b3722eae 100644 --- a/toolchain/eglibc/Config.version +++ b/toolchain/eglibc/Config.version @@ -5,5 +5,13 @@ 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_1 default "trunk" +config EGLIBC_VERSION_2_6 + bool + default y if EGLIBC_VERSION_2_6_1 + +config EGLIBC_VERSION_2_10 + bool + default y if EGLIBC_VERSION_2_10_1 |