mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
alarm/firmware-brcm43xx to 1.1-2, fixes #884
This commit is contained in:
parent
7a975cab08
commit
49dfc54f46
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ 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=1
|
pkgrel=2
|
||||||
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')
|
||||||
|
@ -42,7 +42,7 @@ build() {
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/"
|
cd "${srcdir}/"
|
||||||
mkdir -p ${pkgdir}/usr/lib/firmware/brcm
|
mkdir -p ${pkgdir}/usr/lib/firmware/brcm
|
||||||
mkdir -p ${pkgdir}/usr/usr/bin
|
mkdir -p ${pkgdir}/usr/bin
|
||||||
mkdir -p ${pkgdir}/etc/conf.d
|
mkdir -p ${pkgdir}/etc/conf.d
|
||||||
mkdir -p ${pkgdir}/usr/lib/systemd/scripts
|
mkdir -p ${pkgdir}/usr/lib/systemd/scripts
|
||||||
install -D -m0644 bcm4329_nvram.txt "${pkgdir}/usr/lib/firmware/brcm/brcmfmac4329-sdio.txt"
|
install -D -m0644 bcm4329_nvram.txt "${pkgdir}/usr/lib/firmware/brcm/brcmfmac4329-sdio.txt"
|
||||||
|
|
Loading…
Reference in a new issue