Skip to content
Snippets Groups Projects
Unverified Commit c960b3d9 authored by Luca Weiss's avatar Luca Weiss Committed by Newbyte
Browse files

raspberry-pi4: remove conflicting brcmfmac firmware link (MR 3636)

The file brcmfmac43455-sdio.raspberrypi,4-model-b.bin is now provided by
linux-firmware-brcm package in Alpine. Remove to symlink to stop the
file conflict.
parent 9147bbd9
No related branches found
No related tags found
No related merge requests found
Pipeline #206740 passed
......@@ -2,7 +2,7 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-raspberry-pi4
pkgver=0.4
pkgrel=1
pkgrel=2
pkgdesc="Raspberry Pi 4"
url="https://postmarketos.org"
license="MIT"
......@@ -35,9 +35,7 @@ package() {
nonfree_firmware() {
pkgdesc="WiFi/Bluetooth firmware"
depends="linux-firmware-brcm"
mkdir -p "$subpkgdir"/lib/firmware/brcm
ln -s "/lib/firmware/brcm/brcmfmac43455-sdio.bin" \
"$subpkgdir"/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin
mkdir "$subpkgdir"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment