From: RISCi_ATOM Date: Mon, 29 May 2017 18:34:06 +0000 (-0400) Subject: Fix u-boot in tools/mkimage X-Git-Tag: v1.4.1-final~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=509e7850a029ee82f369b71ae97c0bd90631a76b;p=librecmc%2Flibrecmc.git Fix u-boot in tools/mkimage --- 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)