summaryrefslogtreecommitdiffstats
path: root/tools/mkimage/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-04-02 16:25:23 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-04-02 16:25:23 +0000
commit6d4358aed0535dc87e8bf9c40c087f631a17ec6a (patch)
tree97d081d05c3574933402b9d5e8b4a08889a582fd /tools/mkimage/Makefile
parentfe44af36ae4d20ba541e4ec7bf52ec6918f37f4b (diff)
downloadmaster-31e0f0ae-6d4358aed0535dc87e8bf9c40c087f631a17ec6a.tar.gz
master-31e0f0ae-6d4358aed0535dc87e8bf9c40c087f631a17ec6a.tar.bz2
master-31e0f0ae-6d4358aed0535dc87e8bf9c40c087f631a17ec6a.zip
mkimage: update to 2011.12
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31171
Diffstat (limited to 'tools/mkimage/Makefile')
-rw-r--r--tools/mkimage/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile
index 2ea1123c26..5ed82e6fa7 100644
--- a/tools/mkimage/Makefile
+++ b/tools/mkimage/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2011 OpenWrt.org
+# Copyright (C) 2006-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mkimage
-PKG_VERSION:=2011.06
+PKG_VERSION:=2011.12
PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot
-PKG_MD5SUM:=0cc5026aad02f218a9b9ac56b301c97a
+PKG_MD5SUM:=7f29b9f6da44d6e46e988e7561fd1d5f
PKG_CAT:=bzcat
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION)