diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-09 18:06:13 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-09 18:06:13 +0000 |
commit | 88f37bc7ec541d238e093f61f8abbc1174879322 (patch) | |
tree | 28f21415ce7ea45833a68a1a3f307fff88fce1f8 /tools/mkimage/Makefile | |
parent | 8ff82a78ac1ad3f07d67633f31065729dfb8792c (diff) |
[tools] mkimage: update to 2012.04.01
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32143 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 5ed82e6fa7..d4338e591f 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) |