diff options
author | Luka Perkov <luka@openwrt.org> | 2013-05-05 20:11:04 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-05-05 20:11:04 +0000 |
commit | 8a2373d3cc7696219f8d8b3dc4ac22844edf43c6 (patch) | |
tree | 51b1815f1540cd384667c2030e45219785db13db /tools/mkimage/Makefile | |
parent | 15816c9ccebfd6b774cc85b7038ac4f4aefeb55d (diff) | |
download | upstream-8a2373d3cc7696219f8d8b3dc4ac22844edf43c6.tar.gz upstream-8a2373d3cc7696219f8d8b3dc4ac22844edf43c6.tar.bz2 upstream-8a2373d3cc7696219f8d8b3dc4ac22844edf43c6.zip |
[tools] mkimage: update to 2013.04
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36550 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mkimage/Makefile')
-rw-r--r-- | tools/mkimage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index 7bd7316537..458cca8fe5 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mkimage -PKG_VERSION:=2013.01.01 +PKG_VERSION:=2013.04 PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot -PKG_MD5SUM:=73939f78606f89a1775c7e9acb2ca617 +PKG_MD5SUM:=21bf962d69938ed4ed783b792b2b074e PKG_CAT:=bzcat HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION) |