From 509e7850a029ee82f369b71ae97c0bd90631a76b Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Mon, 29 May 2017 14:34:06 -0400 Subject: [PATCH] Fix u-boot in tools/mkimage --- tools/mkimage/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index bfe60993e2..f20a3d4a85 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mkimage -PKG_VERSION:=2014.10 +PKG_VERSION:=2014.10-librecmc PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=\ - http://mirror2.openwrt.org/sources \ - ftp://ftp.denx.de/pub/u-boot -PKG_HASH:=d3b132a7a9b3f3182b7aad71c2dfbd4fc15bea83e12c76134eb3ffefc07d1c71 + https://librecmc.org/librecmc/downloads/sources/v1.4/ + +PKG_HASH:=e74e658ef6b09ad1b682f5d1651f9ab1755bb3523c5261c6176d212341f7962d PKG_CAT:=bzcat HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION) -- 2.25.1