2016-04-26 13:40:34 +00:00
|
|
|
# Template file for 'ci20-base'
|
|
|
|
pkgname=ci20-base
|
2016-04-27 11:04:21 +00:00
|
|
|
version=1.1
|
2016-04-26 13:40:34 +00:00
|
|
|
revision=1
|
|
|
|
homepage="http://www.voidlinux.eu"
|
|
|
|
short_desc="Void Linux MIPS CI20 Creator base files"
|
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
|
|
license="Public Domain"
|
|
|
|
|
|
|
|
only_for_archs="mipsel mipsel-musl mipselhf-musl"
|
|
|
|
depends="virtual?ntp-daemon ci20-kernel ci20-uboot"
|
2016-04-27 11:04:21 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
}
|