[openwrt/openwrt] ipq-wifi: bump to latest git HEAD and add 8devices boards

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 17 06:38:56 PDT 2023


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/93b7f0f0ed5ba31ef29bdd862fd2d29da625183f

commit 93b7f0f0ed5ba31ef29bdd862fd2d29da625183f
Author: Mantas Pucka <mantas at 8devices.com>
AuthorDate: Thu Mar 16 16:30:13 2023 +0200

    ipq-wifi: bump to latest git HEAD and add 8devices boards
    
    2dae618 ipq-wifi: update 8devices Jalapeno BDF
    08e92db ipq-wifi: update 8devices Habanero BDF
    
    Signed-off-by: Mantas Pucka <mantas at 8devices.com>
    [ split ipq40xx changes in separate commit ]
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 package/firmware/ipq-wifi/Makefile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile
index f1c60a7782..8e5ef54966 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-02-12
-PKG_SOURCE_VERSION:=c3ece63d6879e14c8d65a8dc3e32f47e0f891f27
-PKG_MIRROR_HASH:=7637fb1df3ad577650284b526ffaa4c038e1ba6b196a88724d63e4d1c1ab3c53
+PKG_SOURCE_DATE:=2023-03-16
+PKG_SOURCE_VERSION:=2dae61830c42ebdcc29a13048b81a0485d7b5b95
+PKG_MIRROR_HASH:=1c9b3fa2044de952e336a49b2864784b6e9cf3729fb05198f47ac4a71df13320
 
 PKG_FLAGS:=nonshared
 
@@ -28,6 +28,8 @@ endef
 # <https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles>
 
 ALLWIFIBOARDS:= \
+	8dev_habanero \
+	8dev_jalapeno \
 	aruba_ap-365 \
 	buffalo_wxr-5950ax12 \
 	devolo_magic-2-wifi-next \
@@ -128,6 +130,8 @@ endef
 # Place files in this directory as board-<devicename>.<qca4019|qca9888|qca9889|qca9984|qca99x0|ipq8074>
 # Add $(eval $(call generate-ipq-wifi-package,<devicename>,<display name>))
 
+$(eval $(call generate-ipq-wifi-package,8dev_habanero,8devices Habanero))
+$(eval $(call generate-ipq-wifi-package,8dev_jalapeno,8devices Jalapeno))
 $(eval $(call generate-ipq-wifi-package,aruba_ap-365,Aruba AP-365))
 $(eval $(call generate-ipq-wifi-package,buffalo_wxr-5950ax12,Buffalo WXR-5950AX12))
 $(eval $(call generate-ipq-wifi-package,devolo_magic-2-wifi-next,devolo Magic 2 WiFi next))




More information about the lede-commits mailing list