X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/b0c913d6094b59472ef2b7a40d344006e1cfceb5..dbcdc67e0e60151a04b28637e958949384ecb9b5:/toolchain/binutils/Makefile?ds=inline diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index f2ea4d098..77f1bafab 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006-2009 OpenWrt.org +# +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -16,19 +16,15 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 ifeq ($(PKG_VERSION),2.19.1) PKG_MD5SUM:=09a8c5821a2dfdbb20665bc0bd680791 endif -ifeq ($(PKG_VERSION),2.19.1+cs) - BIN_VERSION:=20090205 - PKG_SOURCE:=$(PKG_NAME)-$(BIN_VERSION).tar.bz2 - PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources - PKG_MD5SUM:=040740e8c864dd1a15886753f9c0bc0b - HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/binutils-$(BIN_VERSION) -endif ifeq ($(PKG_VERSION),2.20.1) PKG_MD5SUM:=9cdfb9d6ec0578c166d3beae5e15c4e5 endif ifeq ($(PKG_VERSION),2.21) PKG_MD5SUM:=c84c5acc9d266f1a7044b51c85a823f5 endif +ifeq ($(PKG_VERSION),2.21.1) + PKG_MD5SUM:=a22801a9cad45c85e9ff6afc10537d72 +endif PATCH_DIR:=./patches/$(PKG_VERSION)