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.
This commit is contained in:
Luca Weiss 2022-11-11 11:59:34 +01:00 committed by Newbyte
parent 9147bbd9bc
commit c960b3d941
No known key found for this signature in database
GPG key ID: 990600ED1DB95E02

View file

@ -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"
}