|
|
@@ -8,10 +8,10 @@
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
PKG_NAME:=ath11k-firmware
|
|
|
-PKG_SOURCE_DATE:=2023-08-22
|
|
|
-PKG_SOURCE_VERSION:=d8f82a98ff1aef330d65d8b5660b46d1a9809ee3
|
|
|
-PKG_MIRROR_HASH:=3dba19449758c3b17f117990d7ad4086554e012b579f1de16e9d9196a7fbaaa7
|
|
|
-PKG_RELEASE:=2
|
|
|
+PKG_SOURCE_DATE:=2024-03-14
|
|
|
+PKG_SOURCE_VERSION:=795809c7041582bd51bdfaa1f548b916ae8d4382
|
|
|
+PKG_MIRROR_HASH:=7d6d2946531c336a402f51e453d5b0e2b5c17201432d6cfa5482eb3626270212
|
|
|
+PKG_RELEASE:=1
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git
|
|
|
PKG_SOURCE_URL:=https://github.com/quic/upstream-wifi-fw.git
|
|
|
@@ -87,14 +87,14 @@ endef
|
|
|
define Package/ath11k-firmware-ipq8074/install
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/IPQ8074
|
|
|
$(INSTALL_DATA) \
|
|
|
- $(PKG_BUILD_DIR)/ath11k-firmware/IPQ8074/hw2.0/2.9.0.1/WLAN.HK.2.9.0.1-01890-QCAHKSWPL_SILICONZ-1/* \
|
|
|
+ $(PKG_BUILD_DIR)/ath11k-firmware/IPQ8074/hw2.0/2.9.0.1/WLAN.HK.2.9.0.1-01977-QCAHKSWPL_SILICONZ-1/* \
|
|
|
$(1)/lib/firmware/IPQ8074/
|
|
|
endef
|
|
|
|
|
|
define Package/ath11k-firmware-qcn9074/install
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath11k/QCN9074/hw1.0
|
|
|
$(INSTALL_DATA) \
|
|
|
- $(PKG_BUILD_DIR)/ath11k-firmware/QCN9074/hw1.0/2.9.0.1/WLAN.HK.2.9.0.1-01890-QCAHKSWPL_SILICONZ-1/* \
|
|
|
+ $(PKG_BUILD_DIR)/ath11k-firmware/QCN9074/hw1.0/2.9.0.1/WLAN.HK.2.9.0.1-01977-QCAHKSWPL_SILICONZ-1/* \
|
|
|
$(1)/lib/firmware/ath11k/QCN9074/hw1.0/
|
|
|
$(INSTALL_BIN) \
|
|
|
$(DL_DIR)/$(QCN9074_BOARD_FILE) $(1)/lib/firmware/ath11k/QCN9074/hw1.0/board-2.bin
|