rpi-firmware: update to 20160425.

This commit is contained in:
Juan RP 2016-04-25 15:53:33 +02:00
parent b9a0995dff
commit 1437212fa0

View File

@ -1,9 +1,9 @@
# Template file for 'rpi-firmware'
_githash="9628ed8ee809ace08e64beb58fddad5ebd8155f0"
_githash="c1485f5cad98689d1c655c768a12565415f5ef13"
_gitshort="${_githash:0:7}"
pkgname=rpi-firmware
version=20160418
version=20160425
revision=1
noarch=yes
wrksrc="firmware-${_githash}"
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="3-clause-BSD"
homepage="https://github.com/raspberrypi/firmware"
distfiles="https://github.com/raspberrypi/firmware/archive/${_githash}.tar.gz"
checksum=8743e28afe0db09d243f4d1e73b609e3b46c5bd4febb0639dcee11219f741591
checksum=02258b3e325d6bcc2aa58510b7b3d206f0f3c925e1c9d1ede29f4beb19ea141d
conf_files="/boot/cmdline.txt /boot/config.txt"
@ -31,4 +31,10 @@ do_install() {
# Install configuration files.
vinstall ${FILESDIR}/cmdline.txt 644 boot
vinstall ${FILESDIR}/config.txt 644 boot
# Firmware for rpi3 wifi chip
for f in bin txt; do
$XBPS_FETCH_CMD https://archlinuxarm.org/builder/src/brcmfmac43430-sdio.${f}
vinstall brcmfmac43430-sdio.${f} 0644 usr/lib/firmware/brcm
done
}