From 3cdd8c0d66a4e0c7281bf23345e4973763d0ebbf Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 3 Feb 2009 16:23:01 +0000 Subject: [toolchain] binutils: add support for v2.19.1 (from #4492, thanks to dwrobel) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14393 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/binutils/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'toolchain/binutils/Makefile') 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) -- cgit v1.2.3