From 1437212fa02b1b5e1446cc410a469753df9458f9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 25 Apr 2016 15:53:33 +0200 Subject: [PATCH] rpi-firmware: update to 20160425. --- srcpkgs/rpi-firmware/template | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/srcpkgs/rpi-firmware/template b/srcpkgs/rpi-firmware/template index 663ddb8361a..90abf7b04ef 100644 --- a/srcpkgs/rpi-firmware/template +++ b/srcpkgs/rpi-firmware/template @@ -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 " 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 }