summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2012-02-08 15:49:48 +0000
committerImre Kaloz <kaloz@openwrt.org>2012-02-08 15:49:48 +0000
commit09a8334a1e36e2610a01a726fd41383d0870038a (patch)
tree8edbd8520d8810c3745c9b90cb4c7945231a175d /toolchain/binutils/Makefile
parent9bf867b53132f595cae90cc201798bd1f77dfb64 (diff)
downloadmaster-31e0f0ae-09a8334a1e36e2610a01a726fd41383d0870038a.tar.gz
master-31e0f0ae-09a8334a1e36e2610a01a726fd41383d0870038a.tar.bz2
master-31e0f0ae-09a8334a1e36e2610a01a726fd41383d0870038a.zip
add binutils 2.22
SVN-Revision: 30375
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r--toolchain/binutils/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index c869568232..0022202d4b 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2011 OpenWrt.org
+# Copyright (C) 2006-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -25,6 +25,9 @@ endif
ifeq ($(PKG_VERSION),2.21.1)
PKG_MD5SUM:=bde820eac53fa3a8d8696667418557ad
endif
+ifeq ($(PKG_VERSION),2.22)
+ PKG_MD5SUM:=ee0f10756c84979622b992a4a61ea3f5
+endif
PATCH_DIR:=./patches/$(PKG_VERSION)