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