From 0e99e3b00df268717717c73c570743d4a0bf38c7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 27 Apr 2016 13:04:21 +0200 Subject: [PATCH] ci20-base: added wifi/bt fw from https://github.com/ZubairLK/ci20_other_files --- srcpkgs/ci20-base/template | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ci20-base/template b/srcpkgs/ci20-base/template index 513cc7f6e32..aa5b6e7b2ea 100644 --- a/srcpkgs/ci20-base/template +++ b/srcpkgs/ci20-base/template @@ -1,8 +1,7 @@ # Template file for 'ci20-base' pkgname=ci20-base -version=1.0 +version=1.1 revision=1 -build_style=meta homepage="http://www.voidlinux.eu" short_desc="Void Linux MIPS CI20 Creator base files" maintainer="Juan RP " @@ -10,3 +9,11 @@ license="Public Domain" only_for_archs="mipsel mipsel-musl mipselhf-musl" depends="virtual?ntp-daemon ci20-kernel ci20-uboot" + +do_install() { + # wifi/bt firmware + $XBPS_FETCH_CMD https://raw.githubusercontent.com/ZubairLK/ci20_other_files/master/brcm/brcmfmac4330-sdio.bin + $XBPS_FETCH_CMD https://raw.githubusercontent.com/ZubairLK/ci20_other_files/master/brcm/brcmfmac4330-sdio.txt + vinstall brcmfmac4330-sdio.bin 0644 usr/lib/firmware/brcm + vinstall brcmfmac4330-sdio.txt 0644 usr/lib/firmware/brcm +}