diff options
author | Robert Marko <robimarko@gmail.com> | 2022-12-28 21:42:52 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2022-12-28 21:57:05 +0100 |
commit | 214c230a7919a7d8c833476ac8c63f9f2475b79f (patch) | |
tree | 4d79b8efc9ceef9f83fb2d30175d586a5efe6105 /package/firmware | |
parent | 4f44b4e506195efa37c51fdd99d8174503305265 (diff) | |
download | upstream-214c230a7919a7d8c833476ac8c63f9f2475b79f.tar.gz upstream-214c230a7919a7d8c833476ac8c63f9f2475b79f.tar.bz2 upstream-214c230a7919a7d8c833476ac8c63f9f2475b79f.zip |
linux-firmware: ath11k: add symlink for WCN6855 hw2.1
WCN6855 exists in 2 HW revisions, but both use the same FW so upstream
just has a symlink for hw2.1 to hw2.0 that I forgot to make.
Fixes: b4d3694f81f4 ("linux-firmware: package ath11k consumer cards firmware")
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'package/firmware')
-rw-r--r-- | package/firmware/linux-firmware/Makefile | 2 | ||||
-rw-r--r-- | package/firmware/linux-firmware/qca_ath11k.mk | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/package/firmware/linux-firmware/Makefile b/package/firmware/linux-firmware/Makefile index 29c48086dd..70c63f172e 100644 --- a/package/firmware/linux-firmware/Makefile +++ b/package/firmware/linux-firmware/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=linux-firmware PKG_VERSION:=20221214 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=@KERNEL/linux/kernel/firmware PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz diff --git a/package/firmware/linux-firmware/qca_ath11k.mk b/package/firmware/linux-firmware/qca_ath11k.mk index 3e997bc3f4..b8f6ab8605 100644 --- a/package/firmware/linux-firmware/qca_ath11k.mk +++ b/package/firmware/linux-firmware/qca_ath11k.mk @@ -19,5 +19,6 @@ define Package/ath11k-firmware-wcn6855/install $(INSTALL_DIR) $(1)/lib/firmware/ath11k/WCN6855/hw2.0 $(INSTALL_DATA) \ $(PKG_BUILD_DIR)/ath11k/WCN6855/hw2.0/* $(1)/lib/firmware/ath11k/WCN6855/hw2.0/ + $(LN) ./hw2.0 $(1)/lib/firmware/ath11k/WCN6855/hw2.1 endef $(eval $(call BuildPackage,ath11k-firmware-wcn6855)) |