FIX: [ath10k-ct] update to version firmware-2-ct-full-community-22.bin.lede.022
BugzId: 67915
This commit is contained in:
parent
a062a33db5
commit
ab04a2ac66
|
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue