diff --git a/firmware-phicomm-n1/.SRCINFO b/firmware-phicomm-n1/.SRCINFO new file mode 100644 index 0000000..55fa8b0 --- /dev/null +++ b/firmware-phicomm-n1/.SRCINFO @@ -0,0 +1,17 @@ +pkgbase = firmware-phicomm-n1 + pkgdesc = Additional firmware for Phicomm N1 + pkgver = 6 + pkgrel = 2 + url = https://github.com/RPi-Distro + arch = any + license = custom + 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 + source = https://raw.githubusercontent.com/RPi-Distro/bluez-firmware/96eefffcccc725425fd83be5e0704a5c32b79e54/broadcom/BCM4345C0.hcd + sha256sums = 8e2250518bc789e53109728c3c0a6124bc3801a75a1cb4966125753cf1f0252e + sha256sums = bddee0eff55a11e939e000ad341c951c7ee67758fc26b838b0472792aed33639 + sha256sums = d09ce049f65619f007d604069d2b4d2a3ffe3cf897245287ef379955ce3969de + +pkgname = firmware-phicomm-n1 + diff --git a/firmware-phicomm-n1/PKGBUILD b/firmware-phicomm-n1/PKGBUILD new file mode 100644 index 0000000..5e1d8fc --- /dev/null +++ b/firmware-phicomm-n1/PKGBUILD @@ -0,0 +1,26 @@ +# Maintainer: Megumifox + +buildarch=28 + +pkgname=firmware-phicomm-n1 +pkgver=6 +pkgrel=2 +pkgdesc="Additional firmware for Phicomm N1" +arch=('any') +url="https://github.com/RPi-Distro" +license=('custom') +_commitid_wl=130cb86fa30cafbd575d38865fa546350d4c5f9c +_commitid_bt=96eefffcccc725425fd83be5e0704a5c32b79e54 +options=('!strip') +source=("https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/$_commitid_wl/brcm/brcmfmac43455-sdio.clm_blob" + "https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/$_commitid_wl/brcm/brcmfmac43455-sdio.txt" + "https://raw.githubusercontent.com/RPi-Distro/bluez-firmware/$_commitid_bt/broadcom/BCM4345C0.hcd") +sha256sums=('8e2250518bc789e53109728c3c0a6124bc3801a75a1cb4966125753cf1f0252e' + 'bddee0eff55a11e939e000ad341c951c7ee67758fc26b838b0472792aed33639' + 'd09ce049f65619f007d604069d2b4d2a3ffe3cf897245287ef379955ce3969de') + +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/" +} diff --git a/firmware-phicomm-n1/README.md b/firmware-phicomm-n1/README.md new file mode 100644 index 0000000..ac60fb7 --- /dev/null +++ b/firmware-phicomm-n1/README.md @@ -0,0 +1,2 @@ +# firmware-phicomm-n1_PKGBULD +Additional firmware for Phicomm N1 diff --git a/firmware-phicomm-n1/autobuild.yaml b/firmware-phicomm-n1/autobuild.yaml new file mode 100644 index 0000000..ad25ff3 --- /dev/null +++ b/firmware-phicomm-n1/autobuild.yaml @@ -0,0 +1,2 @@ +type: + auto