mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/firmware-brcm43xx to 1.1-4
hciattach has been deprecated in favor of btattach Fixes #1893
This commit is contained in:
parent
af204cbb62
commit
e1c58d239b
2 changed files with 3 additions and 4 deletions
|
@ -5,11 +5,10 @@ buildarch=4
|
||||||
pkgname=firmware-brcm43xx
|
pkgname=firmware-brcm43xx
|
||||||
pkgdesc="bluetooth firmware and firware loading utility for the bcm43xx bluetooth"
|
pkgdesc="bluetooth firmware and firware loading utility for the bcm43xx bluetooth"
|
||||||
pkgver=1.1
|
pkgver=1.1
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
url="https://github.com/OpenBricks/openbricks/tree/master/packages/brcm-patchram-plus"
|
url="https://github.com/OpenBricks/openbricks/tree/master/packages/brcm-patchram-plus"
|
||||||
license=('apache' 'custom')
|
license=('apache' 'custom')
|
||||||
makedepends=('')
|
|
||||||
depends=('bluez-utils')
|
depends=('bluez-utils')
|
||||||
backup=('etc/conf.d/bcm43xx')
|
backup=('etc/conf.d/bcm43xx')
|
||||||
source=('https://raw.githubusercontent.com/OpenBricks/openbricks/master/packages/firmware/firmware-wifi-brcm80211/config/bcm4329_nvram.txt'
|
source=('https://raw.githubusercontent.com/OpenBricks/openbricks/master/packages/firmware/firmware-wifi-brcm80211/config/bcm4329_nvram.txt'
|
||||||
|
@ -30,7 +29,7 @@ md5sums=('bf01292eec17815baa68a83d3d7722ad'
|
||||||
'627e9612337e5ef6027a87a79c491446'
|
'627e9612337e5ef6027a87a79c491446'
|
||||||
'c318d1d7cc65e89d5238e7c9ec0f4bfc'
|
'c318d1d7cc65e89d5238e7c9ec0f4bfc'
|
||||||
'a1bd492bdafced5b41abe4bdebbb07e2'
|
'a1bd492bdafced5b41abe4bdebbb07e2'
|
||||||
'cb3cbf6ee612e711d4b2c578d93fdae5'
|
'00873c77c5c080e3a23f7c0853adbfeb'
|
||||||
'f21bddcbe8c4e1dedaf31e2959b284d9')
|
'f21bddcbe8c4e1dedaf31e2959b284d9')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
|
@ -7,7 +7,7 @@ ConditionPathExists=/dev/brcm43xx
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/hciattach -n /dev/brcm43xx any 3000000
|
ExecStart=/usr/bin/btattach -B /dev/brcm43xx -P bcm -S 3000000
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=bluetooth.target
|
WantedBy=bluetooth.target
|
||||||
|
|
Loading…
Reference in a new issue