[openwrt/openwrt] ath11k-firmware: Move to new upstream repository for board-2.bin
LEDE Commits
lede-commits at lists.infradead.org
Thu Mar 7 02:16:16 PST 2024
robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/97f6a6bfaafa7a55ce319cad41879681737e46a6
commit 97f6a6bfaafa7a55ce319cad41879681737e46a6
Author: Sven Eckelmann <sven at narfation.org>
AuthorDate: Thu Mar 7 09:24:20 2024 +0100
ath11k-firmware: Move to new upstream repository for board-2.bin
It was announced [1] that the original staging repositories are no longer
used for staging of new firmware binaries. And that the old repository will
be removed [2] in June 2024.
The ath11k-firmware package must therefore point to the new repository
before the old one is no longer accessible.
[1] https://lore.kernel.org/r/bac97f31-4a70-4c4c-8179-4ede0b32f869@quicinc.com
[2] https://github.com/kvalo/ath11k-firmware/commit/8d2cc160f390badd62970a66483214773c3fbea1
Signed-off-by: Sven Eckelmann <sven at narfation.org>
---
package/firmware/ath11k-firmware/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/firmware/ath11k-firmware/Makefile b/package/firmware/ath11k-firmware/Makefile
index fc7968a957..318ed90b65 100644
--- a/package/firmware/ath11k-firmware/Makefile
+++ b/package/firmware/ath11k-firmware/Makefile
@@ -50,7 +50,7 @@ QCN9074_BOARD_REV:=8e140c65f36137714b6d8934e09dcd73cb05c2f6
QCN9074_BOARD_FILE:=board-2.bin.$(QCN9074_BOARD_REV)
define Download/qcn9074-board
- URL:=https://github.com/kvalo/ath11k-firmware/raw/master/QCN9074/hw1.0/
+ URL:=https://git.codelinaro.org/clo/ath-firmware/ath11k-firmware/-/raw/main/QCN9074/hw1.0/
URL_FILE:=board-2.bin
FILE:=$(QCN9074_BOARD_FILE)
HASH:=dbf0ca14aa1229eccd48f26f1026901b9718b143bd30b51b8ea67c84ba6207f1
More information about the lede-commits
mailing list