mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ci20-base: added wifi/bt fw from https://github.com/ZubairLK/ci20_other_files
This commit is contained in:
parent
7e117fb96d
commit
0e99e3b00d
1 changed files with 9 additions and 2 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue