ci20-base: added wifi/bt fw from https://github.com/ZubairLK/ci20_other_files
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
# Template file for 'ci20-base'
|
# Template file for 'ci20-base'
|
||||||
pkgname=ci20-base
|
pkgname=ci20-base
|
||||||
version=1.0
|
version=1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
short_desc="Void Linux MIPS CI20 Creator base files"
|
short_desc="Void Linux MIPS CI20 Creator base files"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
@@ -10,3 +9,11 @@ license="Public Domain"
|
|||||||
|
|
||||||
only_for_archs="mipsel mipsel-musl mipselhf-musl"
|
only_for_archs="mipsel mipsel-musl mipselhf-musl"
|
||||||
depends="virtual?ntp-daemon ci20-kernel ci20-uboot"
|
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
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user