alarm/firmware-brcm43xx to 1.1-4

hciattach has been deprecated in favor of btattach

Fixes #1893
This commit is contained in:
graysky 2024-06-26 08:10:33 -04:00
parent af204cbb62
commit e1c58d239b
2 changed files with 3 additions and 4 deletions

View file

@ -5,11 +5,10 @@ buildarch=4
pkgname=firmware-brcm43xx
pkgdesc="bluetooth firmware and firware loading utility for the bcm43xx bluetooth"
pkgver=1.1
pkgrel=3
pkgrel=4
arch=('armv7h')
url="https://github.com/OpenBricks/openbricks/tree/master/packages/brcm-patchram-plus"
license=('apache' 'custom')
makedepends=('')
depends=('bluez-utils')
backup=('etc/conf.d/bcm43xx')
source=('https://raw.githubusercontent.com/OpenBricks/openbricks/master/packages/firmware/firmware-wifi-brcm80211/config/bcm4329_nvram.txt'
@ -30,7 +29,7 @@ md5sums=('bf01292eec17815baa68a83d3d7722ad'
'627e9612337e5ef6027a87a79c491446'
'c318d1d7cc65e89d5238e7c9ec0f4bfc'
'a1bd492bdafced5b41abe4bdebbb07e2'
'cb3cbf6ee612e711d4b2c578d93fdae5'
'00873c77c5c080e3a23f7c0853adbfeb'
'f21bddcbe8c4e1dedaf31e2959b284d9')
build() {

View file

@ -7,7 +7,7 @@ ConditionPathExists=/dev/brcm43xx
[Service]
Type=simple
ExecStart=/usr/bin/hciattach -n /dev/brcm43xx any 3000000
ExecStart=/usr/bin/btattach -B /dev/brcm43xx -P bcm -S 3000000
[Install]
WantedBy=bluetooth.target