diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-02-18 09:52:19 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-02-18 09:52:19 +0000 |
commit | 57be27f340588b609c374510d1114f054ac53274 (patch) | |
tree | 42c8f3d8bfe876ce3121dcd033adaf2c16dcaf47 /toolchain/binutils/Makefile | |
parent | 3e974e67b2bd1a00d8e4194cf0b6957c59d5e629 (diff) | |
download | upstream-57be27f340588b609c374510d1114f054ac53274.tar.gz upstream-57be27f340588b609c374510d1114f054ac53274.tar.bz2 upstream-57be27f340588b609c374510d1114f054ac53274.zip |
add binutils 2.21
SVN-Revision: 25567
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 7a19d12c96..f2ea4d0980 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -26,6 +26,9 @@ endif ifeq ($(PKG_VERSION),2.20.1) PKG_MD5SUM:=9cdfb9d6ec0578c166d3beae5e15c4e5 endif +ifeq ($(PKG_VERSION),2.21) + PKG_MD5SUM:=c84c5acc9d266f1a7044b51c85a823f5 +endif PATCH_DIR:=./patches/$(PKG_VERSION) |