mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
qca-firmware: update for mainline BT filenames
This commit is contained in:
parent
25e7ecaa43
commit
c30729246b
@ -2,11 +2,11 @@
|
||||
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="qca-firmware"
|
||||
PKG_VERSION="39d025c6d52085c529568c4e110ca6d0b290fef6"
|
||||
PKG_SHA256="7af9e815f0cc5136819c9f7e02c548ea736d34c9a67ca065e5a693f4fdadb312"
|
||||
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: WiFi/BT firmware for QCA9377 SDIO modules"
|
||||
PKG_LONGDESC="qca-firmware: BT firmware for QCA9377 SDIO modules"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
|
@ -1,13 +0,0 @@
|
||||
[Unit]
|
||||
Description=QCA Bluetooth Firmware Service
|
||||
ConditionPathExists=/dev/ttyAML1
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/hciattach -n -s 115200 /dev/ttyAML1 qca 2000000
|
||||
Restart=always
|
||||
RestartSec=2
|
||||
StartLimitInterval=0
|
||||
LimitNPROC=1
|
||||
TimeoutStopSec=1s
|
@ -1,6 +0,0 @@
|
||||
########################################################
|
||||
# udev rules file for loading QCA9377 bluetooth firmware
|
||||
########################################################
|
||||
|
||||
ACTION=="add", SUBSYSTEMS=="sdio", ATTRS{vendor}=="0x0271", ATTRS{device}=="0x0701", \
|
||||
TAG+="systemd", ENV{SYSTEMD_WANTS}+="qca-firmware.service"
|
Loading…
x
Reference in New Issue
Block a user