FIX: [ath10k-ct] update to version firmware-2-ct-full-community-22.bin.lede.022

BugzId: 67915
This commit is contained in:
Patrick Walther 2021-03-26 19:57:03 +01:00
parent a062a33db5
commit ab04a2ac66
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ HOMEPAGE = "https://www.candelatech.com/"
SECTION = "base" SECTION = "base"
LICENSE = "CLOSED" 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}" S = "${WORKDIR}"
@ -18,7 +18,7 @@ do_compile() {
do_install() { do_install() {
install -d ${D}${nonarch_base_libdir}/firmware/ath10k/QCA988X/hw2.0/ 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
} }