diff options
author | Mirko Vogt <mirko@openwrt.org> | 2011-06-18 11:14:05 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2011-06-18 11:14:05 +0000 |
commit | 8fd46011a89c8dd0459ebe0ed6f91878054fe0ab (patch) | |
tree | b18952ad0ee75c1693f66fde66bc71f1b6648f81 /toolchain/eglibc/Makefile | |
parent | 0cb5e9240088c27524ec1dd5be5dbe43ede27c03 (diff) | |
download | upstream-8fd46011a89c8dd0459ebe0ed6f91878054fe0ab.tar.gz upstream-8fd46011a89c8dd0459ebe0ed6f91878054fe0ab.tar.bz2 upstream-8fd46011a89c8dd0459ebe0ed6f91878054fe0ab.zip |
[toolchain/eglibc] add support for eglibc version 2.13
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27215 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/Makefile')
-rw-r--r-- | toolchain/eglibc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index 5d34c95531..6be809745b 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -36,6 +36,9 @@ endif ifneq ($(CONFIG_EGLIBC_VERSION_2_12),) PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_12 endif +ifneq ($(CONFIG_EGLIBC_VERSION_2_13),) + PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_13 +endif ifneq ($(CONFIG_EGLIBC_VERSION_TRUNK),) PKG_SOURCE_URL:=svn://svn.eglibc.org/trunk endif |