]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath10k-ct-firmware: remove QCA9888 board file symbolic link 18069/head
authorShiji Yang <yangshiji66@outlook.com>
Sat, 22 Feb 2025 06:15:12 +0000 (14:15 +0800)
committerRobert Marko <robimarko@gmail.com>
Mon, 31 Mar 2025 12:16:53 +0000 (14:16 +0200)
Although ath10k pre-calibration data and board description file
have similar data structures, they are completely different things.
Therefore, let's remove these incorrect and confusing links.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18069
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/firmware/ath10k-ct-firmware/Makefile

index f861a32b8b8510114a05c45cc8a28766dc87174e..960fc93e1545feb943623d616e8642f5f726ca04 100644 (file)
@@ -593,27 +593,18 @@ endef
 
 define Package/ath10k-firmware-qca9888-ct/install
        $(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9888/hw2.0
-       ln -s \
-               ../../cal-pci-0000:01:00.0.bin \
-               $(1)/lib/firmware/ath10k/QCA9888/hw2.0/board.bin
        $(INSTALL_DATA) \
                $(DL_DIR)/$(call CT_FIRMWARE_FILE,QCA9888) \
                $(1)/lib/firmware/ath10k/QCA9888/hw2.0/firmware-5.bin
 endef
 define Package/ath10k-firmware-qca9888-ct-full-htt/install
        $(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9888/hw2.0
-       ln -s \
-               ../../cal-pci-0000:01:00.0.bin \
-               $(1)/lib/firmware/ath10k/QCA9888/hw2.0/board.bin
        $(INSTALL_DATA) \
                $(DL_DIR)/$(call CT_FIRMWARE_FILE_FULL_HTT,QCA9888) \
                $(1)/lib/firmware/ath10k/QCA9888/hw2.0/ct-firmware-5.bin
 endef
 define Package/ath10k-firmware-qca9888-ct-htt/install
        $(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9888/hw2.0
-       ln -s \
-               ../../cal-pci-0000:01:00.0.bin \
-               $(1)/lib/firmware/ath10k/QCA9888/hw2.0/board.bin
        $(INSTALL_DATA) \
                $(DL_DIR)/$(call CT_FIRMWARE_FILE_HTT,QCA9888) \
                $(1)/lib/firmware/ath10k/QCA9888/hw2.0/ct-firmware-5.bin