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:
parent
9147bbd9bc
commit
c960b3d941
1 changed files with 2 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
pkgname=device-raspberry-pi4
|
pkgname=device-raspberry-pi4
|
||||||
pkgver=0.4
|
pkgver=0.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Raspberry Pi 4"
|
pkgdesc="Raspberry Pi 4"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -35,9 +35,7 @@ package() {
|
||||||
nonfree_firmware() {
|
nonfree_firmware() {
|
||||||
pkgdesc="WiFi/Bluetooth firmware"
|
pkgdesc="WiFi/Bluetooth firmware"
|
||||||
depends="linux-firmware-brcm"
|
depends="linux-firmware-brcm"
|
||||||
mkdir -p "$subpkgdir"/lib/firmware/brcm
|
mkdir "$subpkgdir"
|
||||||
ln -s "/lib/firmware/brcm/brcmfmac43455-sdio.bin" \
|
|
||||||
"$subpkgdir"/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue