[openwrt/openwrt] ipq-wifi: fix archive hash
LEDE Commits
lede-commits at lists.infradead.org
Fri Feb 23 05:18:49 PST 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9bd7d8b75657c55459c0683340617a08650f6351
commit 9bd7d8b75657c55459c0683340617a08650f6351
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Fri Feb 23 14:14:05 2024 +0100
ipq-wifi: fix archive hash
It seems that ipq-wifi bump included and incorrect PKG_MIRROR_HASH value,
so fix it by using:
make package/firmware/ipq-wifi/check FIXUP=1
Fixes: 70fd815e57dc ("qualcommax: ipq807x: add support for Linksys MX5300")
Signed-off-by: Robert Marko <robimarko 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 206e1a58ed..df1ae5ee7a 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:=2024-02-23
PKG_SOURCE_VERSION:=9f9d9ba9cd77043744dcd5235497a15eea51c375
-PKG_MIRROR_HASH:=3a064a8810e6857580c4682f6b86a9dfcdb0d3aa361f4ec0c5480c54de4cc864
+PKG_MIRROR_HASH:=38f6d15259a8e4d7d9d1f8043abe9981fc3ed03c57a909a8a484f59710f86815
PKG_FLAGS:=nonshared
More information about the lede-commits
mailing list