Skip to content

Commit 43f8817

Browse files
authored
ath11k-firmware: WCN6855: fix firmware link (#10078)
1 parent 64b3d5a commit 43f8817

File tree

1 file changed

+1
-1
lines changed
  • package/firmware/ath11k-firmware

1 file changed

+1
-1
lines changed

package/firmware/ath11k-firmware/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ define Package/ath11k-firmware-wcn6855/install
103103
$(INSTALL_DATA) \
104104
$(PKG_BUILD_DIR)/WCN6855/hw2.0/regdb.bin \
105105
$(1)/lib/firmware/ath11k/WCN6855/hw2.0/regdb.bin
106-
$(LN) $(1)/lib/firmware/ath11k/WCN6855/hw2.0 $(1)/lib/firmware/ath11k/WCN6855/hw2.1
106+
$(LN) ./hw2.0 $(1)/lib/firmware/ath11k/WCN6855/hw2.1
107107
endef
108108

109109
$(eval $(call BuildPackage,ath11k-firmware-ipq6018))

0 commit comments

Comments
 (0)