36 lines
1.3 KiB
Diff
36 lines
1.3 KiB
Diff
From d57b9c5b5b553b3caead6eb64b816f74c2e523f6 Mon Sep 17 00:00:00 2001
|
|
From: Pascal Vizeli <pvizeli@syshack.ch>
|
|
Date: Tue, 7 Aug 2018 08:45:35 +0000
|
|
Subject: [PATCH 1/1] uboot-tools: Update tools to 2018.07
|
|
|
|
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
|
|
---
|
|
package/uboot-tools/uboot-tools.hash | 2 +-
|
|
package/uboot-tools/uboot-tools.mk | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/package/uboot-tools/uboot-tools.hash b/package/uboot-tools/uboot-tools.hash
|
|
index 788c1696f8..97d0bd0b5f 100644
|
|
--- a/package/uboot-tools/uboot-tools.hash
|
|
+++ b/package/uboot-tools/uboot-tools.hash
|
|
@@ -1,2 +1,2 @@
|
|
# Locally computed:
|
|
-sha256 7e7477534409d5368eb1371ffde6820f0f79780a1a1f676161c48442cb303dfd u-boot-2018.03.tar.bz2
|
|
+sha256 9f10df88bc91b35642e461217f73256bbaeeca9ae2db8db56197ba5e89e1f6d4 u-boot-2018.07.tar.bz2
|
|
diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk
|
|
index 882576d2d5..f5027d2da3 100644
|
|
--- a/package/uboot-tools/uboot-tools.mk
|
|
+++ b/package/uboot-tools/uboot-tools.mk
|
|
@@ -4,7 +4,7 @@
|
|
#
|
|
################################################################################
|
|
|
|
-UBOOT_TOOLS_VERSION = 2018.03
|
|
+UBOOT_TOOLS_VERSION = 2018.07
|
|
UBOOT_TOOLS_SOURCE = u-boot-$(UBOOT_TOOLS_VERSION).tar.bz2
|
|
UBOOT_TOOLS_SITE = ftp://ftp.denx.de/pub/u-boot
|
|
UBOOT_TOOLS_LICENSE = GPL-2.0+
|
|
--
|
|
2.17.1
|
|
|