Diff b43-firmware-5.100.138 with a b43-firmware-6.30.163.46
| /usr/portage/sys-firmware/b43-firmware/b43-firmware-6.30.163.46.ebuild 2025-09-19 18:21:08.311558946 +0300 | ||
|---|---|---|
| 8 | 8 |
DESCRIPTION="broadcom firmware for b43 LP PHY and >=linux-3.2" |
| 9 | 9 |
HOMEPAGE="https://wireless.docs.kernel.org/en/latest/en/users/drivers/b43.html" |
| 10 | 10 |
SRC_URI="http://www.lwfinger.com/b43-firmware/${MY_P}.tar.bz2"
|
| 11 |
S="${WORKDIR}/${MY_P}"
|
|
| 11 |
S="${WORKDIR}"
|
|
| 12 | 12 | |
| 13 | 13 |
LICENSE="Broadcom" |
| 14 | 14 |
SLOT="b43" |
| 15 |
KEYWORDS="amd64 ~arm64 ppc x86" |
|
| 16 | 15 |
RESTRICT="binchecks bindist strip" |
| 17 | 16 | |
| 18 |
BDEPEND=">=net-wireless/b43-fwcutter-015" |
|
| 17 |
BDEPEND=">=net-wireless/b43-fwcutter-018" |
|
| 19 | 18 | |
| 20 | 19 |
src_compile() {
|
| 21 | 20 |
mkdir ebuild-output || die |
| 22 |
b43-fwcutter -w ebuild-output linux/wl_apsta.o || die |
|
| 21 |
b43-fwcutter -w ebuild-output ${MY_P}.wl_apsta.o || die
|
|
| 23 | 22 |
} |
| 24 | 23 | |
| 25 | 24 |
src_install() {
|
| 26 | 25 |
insinto /lib/firmware |
| 27 | 26 |
doins -r ebuild-output/. |
| 27 |
ewarn "This version of the firmware has been reported as buggy, that's why it has no keywords." |
|
| 28 |
ewarn "No one can fix bugs in this binary firmware except broadcom, do not open bugs about instability" |
|
| 29 |
ewarn "See https://bugs.gentoo.org/541080 for some details" |
|
| 28 | 30 |
} |