[openwrt/openwrt] arm-trusted-firmware-mediatek: use @OPENWRT mirror for blobs
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 23 13:03:58 EST 2021
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/9cd089dbbfe07b61590dd214957bc21bfdc7fd5d
commit 9cd089dbbfe07b61590dd214957bc21bfdc7fd5d
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Feb 23 18:02:40 2021 +0000
arm-trusted-firmware-mediatek: use @OPENWRT mirror for blobs
Now that mirrors have picked it up, switch to using the @OPENWRT
mirror instead of hosting those files on Github.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
package/boot/arm-trusted-firmware-mediatek/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/boot/arm-trusted-firmware-mediatek/Makefile b/package/boot/arm-trusted-firmware-mediatek/Makefile
index ad85c6ad2b..520ae2e8fe 100644
--- a/package/boot/arm-trusted-firmware-mediatek/Makefile
+++ b/package/boot/arm-trusted-firmware-mediatek/Makefile
@@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/trusted-firmware-a.mk
include $(INCLUDE_DIR)/package.mk
define Download/tfa-files
- URL:=https://codeload.github.com/openwrt/arm-trusted-firmware-mediatek-files/tar.gz/for-2020-11-09?
+ URL:=@OPENWRT
URL_FILE:=$(BLOBS_TARBALL)
FILE:=$(BLOBS_TARBALL)
HASH:=689b097e4531d3eeca0c477675ab3dc3cace6ba4ed8a339116a9ede6537839d7
More information about the lede-commits
mailing list