summaryrefslogtreecommitdiff
path: root/tools/mkimage
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2012-06-09 18:06:13 +0000
committerLuka Perkov <luka@openwrt.org>2012-06-09 18:06:13 +0000
commit605c741c79a43be9c48fe3f5ca96c70c40d13371 (patch)
tree6ac04ae75a09a8a1066b942bb76e6783aeb31e20 /tools/mkimage
parent5d141f8b1e8076768c7c5a1bd053e339d03df9d8 (diff)
downloadmtk-20170518-605c741c79a43be9c48fe3f5ca96c70c40d13371.zip
mtk-20170518-605c741c79a43be9c48fe3f5ca96c70c40d13371.tar.gz
mtk-20170518-605c741c79a43be9c48fe3f5ca96c70c40d13371.tar.bz2
mkimage: update to 2012.04.01
SVN-Revision: 32143
Diffstat (limited to 'tools/mkimage')
-rw-r--r--tools/mkimage/Makefile4
-rw-r--r--tools/mkimage/patches/030-allow-to-use-different-magic.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile
index 5ed82e6..d4338e5 100644
--- a/tools/mkimage/Makefile
+++ b/tools/mkimage/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mkimage
-PKG_VERSION:=2011.12
+PKG_VERSION:=2012.04.01
PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot
-PKG_MD5SUM:=7f29b9f6da44d6e46e988e7561fd1d5f
+PKG_MD5SUM:=192bb231082d9159fb6e16de3039b6b2
PKG_CAT:=bzcat
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION)
diff --git a/tools/mkimage/patches/030-allow-to-use-different-magic.patch b/tools/mkimage/patches/030-allow-to-use-different-magic.patch
index 73a0ac4..23f39ad 100644
--- a/tools/mkimage/patches/030-allow-to-use-different-magic.patch
+++ b/tools/mkimage/patches/030-allow-to-use-different-magic.patch
@@ -25,7 +25,7 @@
case 'D':
if (--argc <= 0)
usage ();
-@@ -595,12 +606,13 @@ usage ()
+@@ -596,12 +607,13 @@ usage ()
fprintf (stderr, "Usage: %s -l image\n"
" -l ==> list image header information\n",
params.cmdname);