diff options
author | Luka Perkov <luka@openwrt.org> | 2014-08-08 15:55:03 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-08-08 15:55:03 +0000 |
commit | c520ac0352d824ace09fad6671d4031bd06e65ca (patch) | |
tree | 3f4fc758e9862eda5eb64a2fbd5f88dbd5765e34 /package/boot/uboot-kirkwood/Makefile | |
parent | 71e7b3b2202958a01cb741f3b1a75c7fd0cdb341 (diff) | |
download | upstream-c520ac0352d824ace09fad6671d4031bd06e65ca.tar.gz upstream-c520ac0352d824ace09fad6671d4031bd06e65ca.tar.bz2 upstream-c520ac0352d824ace09fad6671d4031bd06e65ca.zip |
uboot-kirkwood: bump to 2014.07
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42080 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-kirkwood/Makefile')
-rw-r--r-- | package/boot/uboot-kirkwood/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-kirkwood/Makefile b/package/boot/uboot-kirkwood/Makefile index 0f0314319f..f12c13bda2 100644 --- a/package/boot/uboot-kirkwood/Makefile +++ b/package/boot/uboot-kirkwood/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=u-boot -PKG_VERSION:=2014.04 +PKG_VERSION:=2014.07 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) @@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:= \ http://mirror2.openwrt.org/sources \ ftp://ftp.denx.de/pub/u-boot -PKG_MD5SUM:=6d2116d1385a66e9a59742caa9d62a54 +PKG_MD5SUM:=36d4bad687edcafa396fee607e505d4e PKG_TARGETS:=bin PKG_BUILD_PARALLEL:=1 |