mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 23:47:49 +00:00
Merge pull request #4626 from chewitt/qca-firmware
bump kernel-firmware and drop qca-firmware
This commit is contained in:
commit
b02817593a
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="kernel-firmware"
|
||||
PKG_VERSION="20200918"
|
||||
PKG_SHA256="e995891dc812dfed6cdd214fee199295515eb0b50c66efca49c03ad6ca2cc387"
|
||||
PKG_VERSION="20201022"
|
||||
PKG_SHA256="4b6da661adb20ced2ecd4baee43c2b4e2eb35cd49cab825dc3a5164ba514c008"
|
||||
PKG_LICENSE="other"
|
||||
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"
|
||||
|
@ -1,16 +0,0 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="qca-firmware"
|
||||
PKG_VERSION="09e2d02d9b767ec3aedf89ca11ff2bd9d94a96e0"
|
||||
PKG_SHA256="d068ef23a5d6401c9d0182575ecb50960da37689fe26394a0e2708cd4b0c0af0"
|
||||
PKG_LICENSE="QCA"
|
||||
PKG_URL="https://github.com/LibreELEC/qca-firmware/archive/$PKG_VERSION.tar.gz"
|
||||
PKG_LONGDESC="qca-firmware: BT firmware for QCA9377 SDIO modules"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/$(get_full_firmware_dir)
|
||||
cp -a ath10k $INSTALL/$(get_full_firmware_dir)
|
||||
cp -a qca $INSTALL/$(get_full_firmware_dir)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user