[openwrt/openwrt] ipq-wifi: update to version 2025-02-16
LEDE Commits
lede-commits at lists.infradead.org
Mon Feb 17 01:21:25 PST 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f138507683c7fdb4ed594b803fdf588f89faa24d
commit f138507683c7fdb4ed594b803fdf588f89faa24d
Author: Chukun Pan <amadeus at jmu.edu.cn>
AuthorDate: Sun Feb 16 20:20:08 2025 +0800
ipq-wifi: update to version 2025-02-16
Contains following updates:
* Add BDFs for Linksys MR7500
* ipq5018: add Wallys DR5018
* ipq5018: add BDF for Linksys MR5500
* qcn9074: add BDF for Linksys MR5500
* ipq5018: add BDF for Linksys SPNMX56
* qcn9074: add BDF for Linksys SPNMX56
* ipq8074: add Aliyun AP8220 BDF
Signed-off-by: Chukun Pan <amadeus at jmu.edu.cn>
Link: https://github.com/openwrt/openwrt/pull/17970
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/firmware/ipq-wifi/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile
index 7748433528..cb7d71cb55 100644
--- a/package/firmware/ipq-wifi/Makefile
+++ b/package/firmware/ipq-wifi/Makefile
@@ -6,9 +6,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firmware/qca-wireless.git
-PKG_SOURCE_DATE:=2025-02-06
-PKG_SOURCE_VERSION:=38b0e9ee0f3c55cda5b66736a47a68a663b220b9
-PKG_MIRROR_HASH:=be073d4afd116560d689ccb96beb0339195a939c9eb8d13d3bdb03ec6f1bcd7b
+PKG_SOURCE_DATE:=2025-02-16
+PKG_SOURCE_VERSION:=331dd0ead646f0d3fe38cb4bf83cce4b448343e8
+PKG_MIRROR_HASH:=f49b3acd56a1cf4a0d52413b060d6adbd65c2754b44cabe096fed69172febbb5
PKG_FLAGS:=nonshared
include $(INCLUDE_DIR)/package.mk
More information about the lede-commits
mailing list