[openwrt/openwrt] ipq-wifi: update to version 2023-06-03

LEDE Commits lede-commits at lists.infradead.org
Tue Jun 13 07:49:57 PDT 2023


ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/7e6403a966939427693ca915b1d04f48520f4984

commit 7e6403a966939427693ca915b1d04f48520f4984
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Mon Jun 5 12:06:41 2023 +0200

    ipq-wifi: update to version 2023-06-03
    
    Contains following updates:
    
     * ipq8074: update RegDB in new submitted BDF
     * Revert "ipq8074: update RegDB in new submitted BDF"
     * qcn9074: update RegDB in new submitted BDF
     * ipq8074: update RegDB in new submitted BDF
     * qca-wireless: ipq40xx: add BDFs for ZTE MF287+
     * Add BDFs for prpl Foundation Haze board
    
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
    (cherry picked from commit c2bb9f055b252f167d58540bddb9e5e9586fa986)
---
 package/firmware/ipq-wifi/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile
index afdb49b2e9..0c6941050b 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:=2023-05-22
-PKG_SOURCE_VERSION:=0f73d32e641c4f17e64597da0e6c40ed3cbebe69
-PKG_MIRROR_HASH:=70bd8ecda004528ec74de078d00df792f92322c58c4ec4b0630d1da097a8bc89
+PKG_SOURCE_DATE:=2023-06-03
+PKG_SOURCE_VERSION:=cd9c30ca47b8e5388b770c523a7f6b8b969e2f92
+PKG_MIRROR_HASH:=45e623fcc512b514ade0f22e217275536aa8de4afba7dfdb11696482b8fa71a2
 
 PKG_FLAGS:=nonshared
 
@@ -34,6 +34,7 @@ ALLWIFIBOARDS:= \
 	edgecore_eap102 \
 	edimax_cax1800 \
 	netgear_wax218 \
+	prpl_haze \
 	qnap_301w \
 	redmi_ax6 \
 	wallys_dr40x9 \
@@ -120,6 +121,7 @@ $(eval $(call generate-ipq-wifi-package,edgecore_eap102,Edgecore EAP102))
 $(eval $(call generate-ipq-wifi-package,edimax_cax1800,Edimax CAX1800))
 $(eval $(call generate-ipq-wifi-package,netgear_wax218,Netgear WAX218))
 $(eval $(call generate-ipq-wifi-package,qnap_301w,QNAP 301w))
+$(eval $(call generate-ipq-wifi-package,prpl_haze,prpl Haze))
 $(eval $(call generate-ipq-wifi-package,redmi_ax6,Redmi AX6))
 $(eval $(call generate-ipq-wifi-package,wallys_dr40x9,Wallys DR40X9))
 $(eval $(call generate-ipq-wifi-package,xiaomi_ax3600,Xiaomi AX3600))




More information about the lede-commits mailing list