[openwrt/openwrt] ipq-wifi: update to version 2024-04-16
LEDE Commits
lede-commits at lists.infradead.org
Wed Apr 17 03:09:02 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/74eb7188714bdafa5a7b56ffb48ad8474e107449
commit 74eb7188714bdafa5a7b56ffb48ad8474e107449
Author: Chukun Pan <amadeus at jmu.edu.cn>
AuthorDate: Tue Apr 16 23:10:02 2024 +0800
ipq-wifi: update to version 2024-04-16
Contains following updates:
* ipq8074: add Spectrum SAX1V1K BDF
* ipq8074: add Zbtlink ZBT-Z800AX BDF
* ipq8074: update regdb in Spectrum SAX1V1K BDF
* ipq6018: add Linksys MR7350 BDF
Signed-off-by: Chukun Pan <amadeus at jmu.edu.cn>
---
package/firmware/ipq-wifi/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile
index 6537477d3f..5d4d4aafb0 100644
--- a/package/firmware/ipq-wifi/Makefile
+++ b/package/firmware/ipq-wifi/Makefile
@@ -2,13 +2,13 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/version.mk
PKG_NAME:=ipq-wifi
-PKG_RELEASE:=2
+PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firmware/qca-wireless.git
-PKG_SOURCE_DATE:=2024-03-20
-PKG_SOURCE_VERSION:=87717baa8a7c922942f4202a0ec3de3cb5643941
-PKG_MIRROR_HASH:=a88124db0cd9a386d2cbd905e48408e7131f057240bcc7da93f7c5fc10ea4892
+PKG_SOURCE_DATE:=2024-04-16
+PKG_SOURCE_VERSION:=1d51799e6768a304da7840b8346e7487efd77f49
+PKG_MIRROR_HASH:=9cf0917532283c1a1708643022a5ed1ec4af6bb9ebaff57fc2f0f2c229f2469e
PKG_FLAGS:=nonshared
include $(INCLUDE_DIR)/package.mk
More information about the lede-commits
mailing list