ath11k-firmware: WCN6855: fix firmware link (#10078)

This commit is contained in:
Malash 2022-09-10 21:39:35 +08:00 committed by GitHub
parent 64b3d5a061
commit 43f8817298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ define Package/ath11k-firmware-wcn6855/install
$(INSTALL_DATA) \
$(PKG_BUILD_DIR)/WCN6855/hw2.0/regdb.bin \
$(1)/lib/firmware/ath11k/WCN6855/hw2.0/regdb.bin
$(LN) $(1)/lib/firmware/ath11k/WCN6855/hw2.0 $(1)/lib/firmware/ath11k/WCN6855/hw2.1
$(LN) ./hw2.0 $(1)/lib/firmware/ath11k/WCN6855/hw2.1
endef
$(eval $(call BuildPackage,ath11k-firmware-ipq6018))