Skip to content

Commit

Permalink
uboot-at91: Add PKG_MIRROR_HASH to fix download
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
hauke committed Jan 18, 2021
1 parent a141e7a commit 20a7c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/boot/uboot-at91/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ PKG_RELEASE:=2

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/linux4sam/u-boot-at91.git
PKG_MIRROR_HASH:=4f106d215c01c4d024c4612bbd3ef189188d19abc1ab2cc316b257d308534feb
PKG_SOURCE_VERSION:=0e1d1b6efb7f8e27c372279a906fcd2524df09da

include $(INCLUDE_DIR)/u-boot.mk
Expand Down

0 comments on commit 20a7c9d

Please sign in to comment.