ath11k-firmware: Move from kvalo to new upstream repository
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] 8d2cc160f3
Signed-off-by: Sven Eckelmann <sven@narfation.org>
This commit is contained in:
parent
5b1d6d4607
commit
71411cb8b8
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ QCN9074_BOARD_REV:=8e140c65f36137714b6d8934e09dcd73cb05c2f6
|
||||||
QCN9074_BOARD_FILE:=board-2.bin.$(QCN9074_BOARD_REV)
|
QCN9074_BOARD_FILE:=board-2.bin.$(QCN9074_BOARD_REV)
|
||||||
|
|
||||||
define Download/qcn9074-board
|
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
|
URL_FILE:=board-2.bin
|
||||||
FILE:=$(QCN9074_BOARD_FILE)
|
FILE:=$(QCN9074_BOARD_FILE)
|
||||||
HASH:=dbf0ca14aa1229eccd48f26f1026901b9718b143bd30b51b8ea67c84ba6207f1
|
HASH:=dbf0ca14aa1229eccd48f26f1026901b9718b143bd30b51b8ea67c84ba6207f1
|
||||||
|
@ -63,7 +63,7 @@ endef
|
||||||
$(eval $(call Download,qcn9074-board))
|
$(eval $(call Download,qcn9074-board))
|
||||||
|
|
||||||
define Download/ath11k-firmware-old
|
define Download/ath11k-firmware-old
|
||||||
URL:=https://github.com/kvalo/ath11k-firmware.git
|
URL:=https://git.codelinaro.org/clo/ath-firmware/ath11k-firmware.git
|
||||||
VERSION:=540105aa5c0903b5f773d4e80b8501e8da5217e7
|
VERSION:=540105aa5c0903b5f773d4e80b8501e8da5217e7
|
||||||
PROTO:=git
|
PROTO:=git
|
||||||
FILE:=ath11k-firmware-old.tar.xz
|
FILE:=ath11k-firmware-old.tar.xz
|
||||||
|
|
Loading…
Reference in a new issue