projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: fix image generation for TL-WR741ND/TL-WR841ND-v5
[openwrt.git]
/
toolchain
/
glibc
/
Makefile
diff --git
a/toolchain/glibc/Makefile
b/toolchain/glibc/Makefile
index
229f206
..
5d56d4b
100644
(file)
--- 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.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
ifeq ($(PKG_VERSION),2.6.1)
PKG_MD5SUM:=11cf6d3fc86dbe0890b8d00372eb6286
endif
This page took
0.019088 seconds
and
4
git commands to generate.