diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-02-08 15:49:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-02-08 15:49:48 +0000 |
commit | 85e9b90485c27c4b08146cb5c61af3f60579a806 (patch) | |
tree | 772092ab676fdb472841bc6070cd2153f9c48d10 /toolchain/binutils/Makefile | |
parent | 52d118e8be103fa67d1f2340d9889ec958e2442d (diff) | |
download | master-187ad058-85e9b90485c27c4b08146cb5c61af3f60579a806.tar.gz master-187ad058-85e9b90485c27c4b08146cb5c61af3f60579a806.tar.bz2 master-187ad058-85e9b90485c27c4b08146cb5c61af3f60579a806.zip |
[toolchain/binutils]: add binutils 2.22
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30375 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r-- | toolchain/binutils/Makefile | 5 |
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) |