sys-firmware/b43-firmware - 6.30.163.46 (gentoo)

Search

Package Information

Description:
broadcom firmware for b43 LP PHY and >=linux-3.2
Homepage:
https://wireless.docs.kernel.org/en/latest/en/users/drivers/b43.html
License:
Broadcom

Ebuild Details

Version EAPI Keywords Slot
6.30.163.46 8 b43
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_P="broadcom-wl-${PV}"

DESCRIPTION="broadcom firmware for b43 LP PHY and >=linux-3.2"
HOMEPAGE="https://wireless.docs.kernel.org/en/latest/en/users/drivers/b43.html"
SRC_URI="http://www.lwfinger.com/b43-firmware/${MY_P}.tar.bz2"
S="${WORKDIR}"

LICENSE="Broadcom"
SLOT="b43"
RESTRICT="binchecks bindist strip"

BDEPEND=">=net-wireless/b43-fwcutter-018"

src_compile() {
	mkdir ebuild-output || die
	b43-fwcutter -w ebuild-output ${MY_P}.wl_apsta.o || die
}

src_install() {
	insinto /lib/firmware
	doins -r ebuild-output/.
	ewarn "This version of the firmware has been reported as buggy, that's why it has no keywords."
	ewarn "No one can fix bugs in this binary firmware except broadcom, do not open bugs about instability"
	ewarn "See https://bugs.gentoo.org/541080 for some details"
}

Dependencies

BDEPEND

>=net-wireless/b43-fwcutter-018

Manifest for 6.30.163.46

Type File Size Source URLs
DIST broadcom-wl-6.30.163.46.tar.bz2 7684610 bytes http://www.lwfinger.com/b43-firmware/broadcom-wl-6.30.163.46.tar.bz2