diff options
author | Luka Perkov <luka@openwrt.org> | 2014-05-20 12:45:02 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-05-20 12:45:02 +0000 |
commit | 44c890b6f1ce9dab0b680e4385177ab0baf7fb71 (patch) | |
tree | 7ec805a698d7d38d95dc97933bb21c3f76f50fc6 /package/boot/uboot-kirkwood/Makefile | |
parent | 3834bd76678b7b61f7055c07d0576c407c5d64df (diff) | |
download | upstream-44c890b6f1ce9dab0b680e4385177ab0baf7fb71.tar.gz upstream-44c890b6f1ce9dab0b680e4385177ab0baf7fb71.tar.bz2 upstream-44c890b6f1ce9dab0b680e4385177ab0baf7fb71.zip |
uboot-kirkwood: update to 2014.04
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40804
Diffstat (limited to 'package/boot/uboot-kirkwood/Makefile')
-rw-r--r-- | package/boot/uboot-kirkwood/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/uboot-kirkwood/Makefile b/package/boot/uboot-kirkwood/Makefile index 562651782b..45046690ff 100644 --- a/package/boot/uboot-kirkwood/Makefile +++ b/package/boot/uboot-kirkwood/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2013 OpenWrt.org +# Copyright (C) 2010-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=u-boot -PKG_VERSION:=2013.10 +PKG_VERSION:=2014.04 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:=a076a044b64371edc52f7e562b13f6b2 +PKG_MD5SUM:=6d2116d1385a66e9a59742caa9d62a54 PKG_TARGETS:=bin PKG_BUILD_PARALLEL:=1 |