ADD: [ath10k-ct] add candelatech firmware for QCA988X chipsets
BugzId: 69238
This commit is contained in:
parent
deacc7ab8d
commit
cb16fe88d8
|
|
@ -0,0 +1,26 @@
|
||||||
|
SUMMARY = "ath10k candelatech firmware for use with Linux kernel"
|
||||||
|
DESCRIPTION = "firmware for QCA ath10k based chipset like QCA988X from candelatech"
|
||||||
|
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[md5sum] = "9d8dd50f5cf4e19e57315a93486bc205"
|
||||||
|
|
||||||
|
S = "${WORKDIR}"
|
||||||
|
|
||||||
|
inherit allarch
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
FILES_${PN} = "/lib/firmware"
|
||||||
Loading…
Reference in New Issue