diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-01-18 21:52:48 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-01-18 22:13:08 +0100 |
commit | 733e62a8e14e639cdc719256ae644e6b1474614b (patch) | |
tree | 1743dd57ad87ce405118faf3f57c38115a417d55 | |
parent | 53814dadaf5549f08bcc40f6dec6b0bb21ba3581 (diff) | |
download | upstream-733e62a8e14e639cdc719256ae644e6b1474614b.tar.gz upstream-733e62a8e14e639cdc719256ae644e6b1474614b.tar.bz2 upstream-733e62a8e14e639cdc719256ae644e6b1474614b.zip |
uboot-at91: Add PKG_MIRROR_HASH to fix download
The referenced commit is gone, but we already have this file on our
mirror, use that one by providing the correct mirror hash.
I generated a tar.xz file with the given git commit hash using a random
fork on github and it generated the same tar.xz file as found on our
mirror so this looks correct.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 20a7c9d5c9d87595aa73ad39e95132df545a60ca)
-rw-r--r-- | package/boot/uboot-at91/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile index a3262b5cd4..3bbe0e4026 100644 --- a/package/boot/uboot-at91/Makefile +++ b/package/boot/uboot-at91/Makefile @@ -12,6 +12,7 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/linux4sam/u-boot-at91.git +PKG_MIRROR_HASH:=03ae55f16e716c2c06481372174f9d8506fa077459bf321a024e0d23a9bb013a PKG_SOURCE_VERSION:=59f202622154f82e708a6ca2bf86350a5c1b2d33 include $(INCLUDE_DIR)/u-boot.mk |