diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-01-18 21:57:05 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-01-18 22:10:03 +0100 |
commit | a141e7a00e3ad8442831ed87766451a6114afdf9 (patch) | |
tree | 61f46aa77b38c15c08cedf89f49a7247946ada55 /package/boot | |
parent | 26d1e529f1e327d2702e71369718a23b7c675c0c (diff) | |
download | upstream-a141e7a00e3ad8442831ed87766451a6114afdf9.tar.gz upstream-a141e7a00e3ad8442831ed87766451a6114afdf9.tar.bz2 upstream-a141e7a00e3ad8442831ed87766451a6114afdf9.zip |
at91bootstrap: 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>
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/at91bootstrap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile index b0d466f7b9..f66472fa9c 100644 --- a/package/boot/at91bootstrap/Makefile +++ b/package/boot/at91bootstrap/Makefile @@ -14,6 +14,7 @@ PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/linux4sam/at91bootstrap.git +PKG_MIRROR_HASH:=06753d673756edc9753932db00f4e5b8c1f9fa7708337c4d6ce280573efb86b4 PKG_SOURCE_VERSION:=d96833a4b6680b237708eb4dc9f10708b9e709d8 PKG_BUILD_DIR = \ $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) |