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 +}