aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/glibc/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-05-26 14:58:32 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-05-26 14:58:32 +0000
commitc4323adaee4c68d0ce5d340c74d07ececc8e97d8 (patch)
tree1b0fd396a44b1f64069bfeb9b400906a7ee88892 /toolchain/glibc/Makefile
parentefc212c412db579026429bf35dd90c177ca7cd2a (diff)
downloadmaster-187ad058-c4323adaee4c68d0ce5d340c74d07ececc8e97d8.tar.gz
master-187ad058-c4323adaee4c68d0ce5d340c74d07ececc8e97d8.tar.bz2
master-187ad058-c4323adaee4c68d0ce5d340c74d07ececc8e97d8.zip
[toolchain] add support for glibc-2.4 (#5213)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16089 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/glibc/Makefile')
-rw-r--r--toolchain/glibc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile
index 229f20649e..5d56d4b98a 100644
--- a/toolchain/glibc/Makefile
+++ b/toolchain/glibc/Makefile
@@ -12,6 +12,9 @@ PKG_VERSION:=$(call qstrip,$(CONFIG_GLIBC_VERSION))
ifeq ($(PKG_VERSION),2.3.6)
PKG_MD5SUM:=bfdce99f82d6dbcb64b7f11c05d6bc96
endif
+ifeq ($(PKG_VERSION),2.4)
+ PKG_MD5SUM:=7e9a88dcd41fbc53801dbe5bdacaf245
+endif
ifeq ($(PKG_VERSION),2.6.1)
PKG_MD5SUM:=11cf6d3fc86dbe0890b8d00372eb6286
endif