diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-07-01 13:36:23 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-07-01 13:36:23 +0000 |
commit | 15db4fcf8d7715183324bbd7c88bb86ea8483171 (patch) | |
tree | 34464adf8c373f10fc24d6e2fe39804804d68e03 /tools | |
parent | 72b1dea82a0b16bf94f0d478fea950b7e1bca51e (diff) | |
download | master-187ad058-15db4fcf8d7715183324bbd7c88bb86ea8483171.tar.gz master-187ad058-15db4fcf8d7715183324bbd7c88bb86ea8483171.tar.bz2 master-187ad058-15db4fcf8d7715183324bbd7c88bb86ea8483171.zip |
[tools/mkimage]: use u-boot 2011.06 as source
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27336 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mkimage/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index 48cf04547a..2ea1123c26 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 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:=2010.12 +PKG_VERSION:=2011.06 PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot -PKG_MD5SUM:=9024bbceabd176ae1d52df6db2e84bda +PKG_MD5SUM:=0cc5026aad02f218a9b9ac56b301c97a PKG_CAT:=bzcat HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION) |