diff options
author | Mirko Vogt <mirko@openwrt.org> | 2012-01-20 22:54:30 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2012-01-20 22:54:30 +0000 |
commit | 162666ffcc427b315ebd5cf76609fea5f30e1b4e (patch) | |
tree | f1e5031b6491830310d077a828b5999dbbb6df06 | |
parent | 604cafe1fdd8e9193ea9f1aef496f3d9002a0161 (diff) | |
download | upstream-162666ffcc427b315ebd5cf76609fea5f30e1b4e.tar.gz upstream-162666ffcc427b315ebd5cf76609fea5f30e1b4e.tar.bz2 upstream-162666ffcc427b315ebd5cf76609fea5f30e1b4e.zip |
[toolchain/binutils] adjust md5sum of v2.21.1 since archive got replaced meanwhile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29836 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | toolchain/binutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 77f1bafab3..c869568232 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -23,7 +23,7 @@ ifeq ($(PKG_VERSION),2.21) PKG_MD5SUM:=c84c5acc9d266f1a7044b51c85a823f5 endif ifeq ($(PKG_VERSION),2.21.1) - PKG_MD5SUM:=a22801a9cad45c85e9ff6afc10537d72 + PKG_MD5SUM:=bde820eac53fa3a8d8696667418557ad endif PATCH_DIR:=./patches/$(PKG_VERSION) |