diff mbox

[OpenWrt-Devel,3/3] Update uboot-omap to 15.07

Message ID 87mvwkc0hp.fsf@terralonza.de
State Superseded
Headers show

Commit Message

Tara Lorenz Sept. 17, 2015, 7:24 p.m. UTC
From 984486a72e7a20f4c3c85d75ef49126cee14ea89 Mon Sep 17 00:00:00 2001
From: Tara Lorenz <tara@terralonza.de>
Date: Thu, 17 Sep 2015 15:59:36 +0200
Subject: [PATCH 3/3] uboot-omap: Update to U-Boot 2015.07


The old U-Boot 2013.10 couldn't be build with GCC 5.x; so this update seems
appropiate.
---
 package/boot/uboot-omap/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/package/boot/uboot-omap/Makefile b/package/boot/uboot-omap/Makefile
index e21e2e1..40f6d09 100644
--- a/package/boot/uboot-omap/Makefile
+++ b/package/boot/uboot-omap/Makefile
@@ -8,7 +8,7 @@ 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=u-boot
-PKG_VERSION:=2013.10
+PKG_VERSION:=2015.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:=a076a044b64371edc52f7e562b13f6b2
+PKG_MD5SUM:=3dac9a0b46fed77fc768ad3bd2d68c05
 
 PKG_LICENSE:=GPL-2.0 GPL-2.0+
 PKG_LICENSE_FILES:=Licenses/README