Skip to content
Snippets Groups Projects
Unverified Commit 263d0079 authored by Clayton Craft's avatar Clayton Craft :speech_balloon: Committed by Oliver Smith
Browse files

firmware-brcm43752: install symlinks to fix driver loading (MR 5224)

At some point the driver started using symlinks w/ machine IDs for
finding/loading fw, and for some reason I thought it was a good idea to
not install those symlinks.

Fixes this failure when loading the brcmfmac driver:
brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43752-sdio.purism,librem5r4.bin failed with error -2

[ci:skip-build]: already built successfully in CI
parent 65679fec
Branches
No related tags found
No related merge requests found
Pipeline #200759 passed
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=firmware-brcm43752
pkgver=0.3_git20230613
pkgrel=0
pkgver=3_git20230613
pkgrel=1
_commit="84b8b00f57a9495c05190477c5895cd66f69b873"
pkgdesc="Firmware for the Broadcom brcm43752 Wifi/BT adapter"
url="https://source.puri.sm/Librem5/firmware-brcm43752-nonfree"
......@@ -12,10 +12,8 @@ source="https://source.puri.sm/Librem5/firmware-brcm43752-nonfree/-/archive/$_co
builddir="$srcdir/firmware-brcm43752-nonfree-$_commit"
package() {
for f in brcmfmac43752-sdio.bin brcmfmac43752-sdio.clm_blob brcmfmac43752-sdio.txt BCM4362A2.hcd; do
install -Dm644 firmware/brcm/"$f" "$pkgdir/lib/firmware/postmarketos/brcm/$f"
done
mkdir -p "$pkgdir/lib/firmware/postmarketos"
cp -r "$builddir/firmware/brcm" "$pkgdir/lib/firmware/postmarketos"
}
sha512sums="
......
  • Administrator @root

    mentioned in commit fd431476

    By clayton craft on 2024-06-10T19:29:13

    · Imported

    mentioned in commit fd431476

    By clayton craft on 2024-06-10T19:29:13

    Edited by Ghost User
    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment