1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-28 21:49:29 +03:00

[tools] mkimage: update to 2012.04.01

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32143 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
luka 2012-06-09 18:06:13 +00:00
parent 8ff82a78ac
commit 88f37bc7ec
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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);