From 781e7dd18b38c80249f59ef3ae1618766ccfe1c7 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 26 Feb 2013 16:52:36 +0000 Subject: [PATCH] toolchain/binutils: fix partial MD5 sum from r35813 Signed-off-by: Florian Fainelli SVN-Revision: 35816 --- toolchain/binutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 96313ebedb..45af0074c8 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -14,7 +14,7 @@ PKG_SOURCE_URL:=@GNU/binutils/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 ifeq ($(PKG_VERSION),2.19.1) - PKG_MD5SUM:=023222f392e9546bcbb0b4c0960 + PKG_MD5SUM:=023222f392e9546bcbb0b4c0960729be endif ifeq ($(PKG_VERSION),2.20.1) PKG_MD5SUM:=9cdfb9d6ec0578c166d3beae5e15c4e5 -- 2.30.2