Merge pull request #4327 from chewitt/generic_qca9377

kernel-firmware: pick BT firmware for USB/QCA9377 cards
This commit is contained in:
MilhouseVH 2020-04-17 17:27:52 +01:00 committed by GitHub
commit f1bfd1c879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
ath10k/* ath10k/*
ctefx.bin ctefx.bin
lbtf_usb.bin lbtf_usb.bin
qca/*00000302.bin
rt2561.bin rt2561.bin
rt2561s.bin rt2561s.bin
rt2661.bin rt2661.bin

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="kernel-firmware" PKG_NAME="kernel-firmware"
PKG_VERSION="3b3dd5abf07ab3819a7f28e75a61d921ecc640fd" PKG_VERSION="64dba0fedb22eae32f76dcd4534b3f416db178de"
PKG_SHA256="2fe9537dcf732b0ae3cb467ceeff8f7ee1d24a3e497f744e771b958981d42eaa" PKG_SHA256="94538804809daa1ddb04ee6bc6753690c8739ab144ce1a4e4e2bc02e45bf59b3"
PKG_LICENSE="other" PKG_LICENSE="other"
PKG_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/" PKG_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/"
PKG_URL="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/$PKG_VERSION.tar.gz" PKG_URL="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/$PKG_VERSION.tar.gz"