[openwrt/openwrt] ath11k-firmware: fix legacy FW tarball hash

LEDE Commits lede-commits at lists.infradead.org
Thu May 8 04:20:38 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d6ba1c99fd68fd9d1d3d37c112e79fa1d8a5e522

commit d6ba1c99fd68fd9d1d3d37c112e79fa1d8a5e522
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Thu May 8 13:19:34 2025 +0200

    ath11k-firmware: fix legacy FW tarball hash
    
    The legacy FW tarball hash is wrong, fix it.
    
    Fixes: ea83f7de2b02 ("ath11k-firmware: add wifi firmware for IPQ5018")
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 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 a333d1b154..cfc364215f 100644
--- a/package/firmware/ath11k-firmware/Makefile
+++ b/package/firmware/ath11k-firmware/Makefile
@@ -36,7 +36,7 @@ define Download/$(ATH11K_LEGACY_FW_NAME)
 	PROTO:=git
 	URL:=https://github.com/quic/upstream-wifi-fw.git
 	SOURCE_VERSION:=795809c7041582bd51bdfaa1f548b916ae8d4382
-	MIRROR_HASH:=e042024b6762a5b4fe56f1a5bf8870df2e7abcca90ec22103cd46a609bee7cec
+	MIRROR_HASH:=b55bf7204543c7ba87876e84788239b0e47ad62434c5b0d1169526cde36a9daa
 	SUBDIR:=$(ATH11K_LEGACY_FW_SUBDIR)
 endef
 




More information about the lede-commits mailing list