aboutsummaryrefslogtreecommitdiffstats
path: root/package/firmware/linux-firmware/qca_ath11k.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/firmware/linux-firmware/qca_ath11k.mk')
-rw-r--r--package/firmware/linux-firmware/qca_ath11k.mk1
1 files changed, 1 insertions, 0 deletions
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))