New package: b43-firmware-6.30.163.46

This commit is contained in:
q66 2020-05-20 21:20:35 +02:00 committed by Daniel Kolesa
parent 42a33a8936
commit f7e2a65beb
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,3 @@
If you encounter any issues with this release, use b43-firmware-classic.
Problematic devices include: BCM4306 rev.3, BCM4311, BCM4312 and BCM4318 rev.2

View file

@ -0,0 +1,22 @@
# Template file for 'b43-firmware'
pkgname=b43-firmware
version=6.30.163.46
revision=1
archs=noarch
wrksrc="${pkgname}"
create_wrksrc=yes
hostmakedepends="b43-fwcutter"
short_desc="Firmware for Broadcom B43 wireless (latest release)"
maintainer="q66 <daniel@octaforge.org>"
license="custom:proprietary"
homepage="https://wireless.wiki.kernel.org/en/users/Drivers/b43"
distfiles="http://www.lwfinger.com/${pkgname}/broadcom-wl-${version}.tar.bz2"
checksum=a07c3b6b277833c7dbe61daa511f908cd66c5e2763eb7a0859abc36cd9335c2d
conflicts="b43-firmware-classic>=0"
repository=nonfree
restricted=yes
do_install() {
vmkdir usr/lib/firmware
b43-fwcutter -w ${DESTDIR}/usr/lib/firmware broadcom-wl-${version}.wl_apsta.o
}