summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-02-03 16:23:01 +0000
committerNicolas Thill <nico@openwrt.org>2009-02-03 16:23:01 +0000
commit22e91f881e876b6bbb20fa26ab758ac6e338016c (patch)
tree7110af1d01645117d627b3337f9801c5ef5882a5 /toolchain/binutils/Makefile
parent04cb388e2a3ab319e07e6a76216b72d2b93b73de (diff)
downloadmaster-31e0f0ae-22e91f881e876b6bbb20fa26ab758ac6e338016c.tar.gz
master-31e0f0ae-22e91f881e876b6bbb20fa26ab758ac6e338016c.tar.bz2
master-31e0f0ae-22e91f881e876b6bbb20fa26ab758ac6e338016c.zip
binutils: add support for v2.19.1 (from #4492, thanks to dwrobel)
SVN-Revision: 14393
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 98091debe7..925478c414 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2008 OpenWrt.org
+# Copyright (C) 2006-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -21,6 +21,9 @@ endif
ifeq ($(PKG_VERSION),2.19)
PKG_MD5SUM:=17a52219dee5a76c1a9d9b0bfd337d66
endif
+ifeq ($(PKG_VERSION),2.19.1)
+ PKG_MD5SUM:=09a8c5821a2dfdbb20665bc0bd680791
+endif
PATCH_DIR:=./patches/$(PKG_VERSION)