projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] dnsmasq: Squelch a 'touch' error when no dhcp leases file is defined in...
[openwrt.git]
/
toolchain
/
gcc
/
common.mk
diff --git
a/toolchain/gcc/common.mk
b/toolchain/gcc/common.mk
index
5420727
..
6a092e0
100644
(file)
--- a/
toolchain/gcc/common.mk
+++ b/
toolchain/gcc/common.mk
@@
-72,6
+72,9
@@
else
ifeq ($(PKG_VERSION),4.5.0)
PKG_MD5SUM:=ff27b7c4a5d5060c8a8543a44abca31f
endif
ifeq ($(PKG_VERSION),4.5.0)
PKG_MD5SUM:=ff27b7c4a5d5060c8a8543a44abca31f
endif
+ ifeq ($(PKG_VERSION),4.5.1)
+ PKG_MD5SUM:=48231a8e33ed6e058a341c53b819de1a
+ endif
endif
PATCH_DIR=../patches/$(GCC_VERSION)
endif
PATCH_DIR=../patches/$(GCC_VERSION)
This page took
0.023697 seconds
and
4
git commands to generate.