diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-11 11:50:25 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-11 11:50:25 +0000 |
commit | ff2a19f4ecd0b250fa04a86ebe0ed7d51ffed60b (patch) | |
tree | fcc99d59275a3605993ad9f53a2a7ac3e4ecb5ca /toolchain/binutils/Makefile | |
parent | f71d2a3f8e8dea7006e7884a03855037452c4545 (diff) | |
download | upstream-ff2a19f4ecd0b250fa04a86ebe0ed7d51ffed60b.tar.gz upstream-ff2a19f4ecd0b250fa04a86ebe0ed7d51ffed60b.tar.bz2 upstream-ff2a19f4ecd0b250fa04a86ebe0ed7d51ffed60b.zip |
add binutils-2.20.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20137 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r-- | toolchain/binutils/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 91d982c002..5ded5f242a 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -29,6 +29,9 @@ endif ifeq ($(PKG_VERSION),2.20) PKG_MD5SUM:=ee2d3e996e9a2d669808713360fa96f8 endif +ifeq ($(PKG_VERSION),2.20.1) + PKG_MD5SUM:=9cdfb9d6ec0578c166d3beae5e15c4e5 +endif PATCH_DIR:=./patches/$(PKG_VERSION) |