[openwrt/openwrt] ipq-wifi: fix PKG_MIRROR_HASH after update to 2024-02-17

LEDE Commits lede-commits at lists.infradead.org
Tue Mar 18 04:38:16 PDT 2025


noltari pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/26e7a11836874fe3a600719fab9e81eee7e5f355

commit 26e7a11836874fe3a600719fab9e81eee7e5f355
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Tue Mar 18 07:59:56 2025 +0100

    ipq-wifi: fix PKG_MIRROR_HASH after update to 2024-02-17
    
    PKG_MIRROR_HASH is incorrect and the package check is currently failing.
    
    Fixes: 4990ce613b7d ("ipq-wifi: update to 2024-02-17")
    Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
 package/firmware/ipq-wifi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile
index 16a0a49772..88c99da070 100644
--- a/package/firmware/ipq-wifi/Makefile
+++ b/package/firmware/ipq-wifi/Makefile
@@ -8,7 +8,7 @@ PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/firmware/qca-wireless.git
 PKG_SOURCE_DATE:=2025-02-17
 PKG_SOURCE_VERSION:=dd3577ec9f2d9d3ef5e35602d3fe731cb259ff39
-PKG_MIRROR_HASH:=72e749060f53cc1dbe34c56dccded7fc13224701e241c57cff3452cb050f9ce9
+PKG_MIRROR_HASH:=0da921982b33a831dd19e570974a22ad2b1f3324397b1203a8a38d7d044b073a
 PKG_FLAGS:=nonshared
 
 include $(INCLUDE_DIR)/package.mk




More information about the lede-commits mailing list