diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-07-07 09:42:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-07-07 09:42:47 +0000 |
commit | cba5b25cfdddbad2102a1c61118c3eb10a1fd15e (patch) | |
tree | c8e57b80fee8d532ad8db3e34ca48bca8194dd7b /toolchain/eglibc/Makefile | |
parent | d65636baafd5a5643797ca562b7eaca450f05f3d (diff) | |
download | upstream-cba5b25cfdddbad2102a1c61118c3eb10a1fd15e.tar.gz upstream-cba5b25cfdddbad2102a1c61118c3eb10a1fd15e.tar.bz2 upstream-cba5b25cfdddbad2102a1c61118c3eb10a1fd15e.zip |
eglibc: add support for 2.14
SVN-Revision: 27510
Diffstat (limited to 'toolchain/eglibc/Makefile')
-rw-r--r-- | toolchain/eglibc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index 985c34bbda..7d964bacfd 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -21,6 +21,9 @@ endif ifneq ($(CONFIG_EGLIBC_VERSION_2_13),) PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_13 endif +ifneq ($(CONFIG_EGLIBC_VERSION_2_14),) + PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_14 +endif ifneq ($(CONFIG_EGLIBC_VERSION_TRUNK),) PKG_SOURCE_URL:=svn://svn.eglibc.org/trunk endif |