diff options
author | Paul Wassi <p.wassi@gmx.at> | 2016-10-26 11:14:47 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-27 12:44:54 +0200 |
commit | 705240eeb55dda0e30a7f66809628ff316cb0e3d (patch) | |
tree | 65793b2fa37be472b35057505026b7e9fac811f0 /package/boot/uboot-kirkwood/Makefile | |
parent | d9c37272885eb656b188ee3f98352fcdd5b32708 (diff) | |
download | upstream-705240eeb55dda0e30a7f66809628ff316cb0e3d.tar.gz upstream-705240eeb55dda0e30a7f66809628ff316cb0e3d.tar.bz2 upstream-705240eeb55dda0e30a7f66809628ff316cb0e3d.zip |
uboot-kirkwood: bump to upstream 2016.09.01
Bump U-Boot for Kirkwood to upstream 2016.09.01. Local patches
cleaned up and reworked.
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
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 89caaf1c12..9e6c272614 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.10 +PKG_VERSION:=2016.09.01 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:=3ddcaee2f05b7c464778112ec83664b5 +PKG_MD5SUM:=61c628f8034477c946e173ed174efeb4 PKG_TARGETS:=bin PKG_LICENSE:=GPL-2.0 GPL-2.0+ |