From: Robert Marko Date: Thu, 8 May 2025 11:19:34 +0000 (+0200) Subject: ath11k-firmware: fix legacy FW tarball hash X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6ba1c99fd68fd9d1d3d37c112e79fa1d8a5e522;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/package/firmware/ath11k-firmware/Makefile b/package/firmware/ath11k-firmware/Makefile index a333d1b154f..cfc364215f3 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