mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 22:10:40 +08:00
update: firmware-phicomm-n1
This commit is contained in:
parent
16056a5945
commit
3c281ad715
2 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
|||
pkgbase = firmware-phicomm-n1
|
||||
pkgdesc = Additional firmware for Phicomm N1
|
||||
pkgver = 6
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
url = https://github.com/RPi-Distro
|
||||
arch = any
|
||||
license = custom
|
||||
conflicts = firmware-raspberrypi
|
||||
options = !strip
|
||||
source = https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/130cb86fa30cafbd575d38865fa546350d4c5f9c/brcm/brcmfmac43455-sdio.clm_blob
|
||||
source = https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/130cb86fa30cafbd575d38865fa546350d4c5f9c/brcm/brcmfmac43455-sdio.txt
|
||||
|
|
|
@ -4,8 +4,9 @@ buildarch=28
|
|||
|
||||
pkgname=firmware-phicomm-n1
|
||||
pkgver=6
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Additional firmware for Phicomm N1"
|
||||
conflicts=('firmware-raspberrypi')
|
||||
arch=('any')
|
||||
url="https://github.com/RPi-Distro"
|
||||
license=('custom')
|
||||
|
@ -21,6 +22,5 @@ sha256sums=('8e2250518bc789e53109728c3c0a6124bc3801a75a1cb4966125753cf1f0252e'
|
|||
|
||||
package() {
|
||||
install -d "${pkgdir}/usr/lib/firmware/brcm"
|
||||
install -m 0644 *.txt *.clm_blob "${pkgdir}/usr/lib/firmware/brcm"
|
||||
install -m 0644 *.hcd "${pkgdir}/usr/lib/firmware/brcm"
|
||||
install -m 0644 *.hcd *.txt *.clm_blob "${pkgdir}/usr/lib/firmware/brcm"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue