From ab04a2ac667067516f51ddbd3ac499986a606813 Mon Sep 17 00:00:00 2001 From: Patrick Walther Date: Fri, 26 Mar 2021 19:57:03 +0100 Subject: [PATCH] FIX: [ath10k-ct] update to version firmware-2-ct-full-community-22.bin.lede.022 BugzId: 67915 --- .../firmware-ath10k-ct/firmware-ath10k-ct_1.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-firmware/firmware-ath10k-ct/firmware-ath10k-ct_1.0.bb b/recipes-firmware/firmware-ath10k-ct/firmware-ath10k-ct_1.0.bb index 9127614..acc4c87 100644 --- a/recipes-firmware/firmware-ath10k-ct/firmware-ath10k-ct_1.0.bb +++ b/recipes-firmware/firmware-ath10k-ct/firmware-ath10k-ct_1.0.bb @@ -4,9 +4,9 @@ HOMEPAGE = "https://www.candelatech.com/" SECTION = "base" LICENSE = "CLOSED" -SRC_URI = "https://www.candelatech.com/downloads/firmware-2-ct-full-community-22.bin.lede.021" +SRC_URI = "https://www.candelatech.com/downloads/firmware-2-ct-full-community-22.bin.lede.022" -SRC_URI[md5sum] = "9d8dd50f5cf4e19e57315a93486bc205" +SRC_URI[md5sum] = "3466a8f5e2edf8f737ce82d5aba71bd1" S = "${WORKDIR}" @@ -18,7 +18,7 @@ do_compile() { do_install() { install -d ${D}${nonarch_base_libdir}/firmware/ath10k/QCA988X/hw2.0/ - cp ${WORKDIR}/firmware-2-ct-full-community-22.bin.lede.021 ${D}${nonarch_base_libdir}/firmware/ath10k/QCA988X/hw2.0/firmware-2.bin + cp ${WORKDIR}/firmware-2-ct-full-community-22.bin.lede.022 ${D}${nonarch_base_libdir}/firmware/ath10k/QCA988X/hw2.0/firmware-2.bin }