alarm/firmware-raspberrypi to 20211222-1

Fix wlan0 on CM4, https://archlinuxarm.org/forum/viewtopic.php?f=60&t=15626
This commit is contained in:
graysky 2021-12-22 07:17:25 -05:00
parent 8843287113
commit c095e431d2

View file

@ -6,7 +6,7 @@ buildarch=28
pkgname=firmware-raspberrypi
_firmcommit=bda9207acee945633464e89614f3717b856579b5
_bluezcommit=8445a53ce2c51a77472b908a0c8f6f8e1fa5c37a
pkgver=20211117
pkgver=20211222
pkgrel=1
pkgdesc="Additional firmware for Raspberry Pi"
arch=('any')
@ -59,5 +59,6 @@ package() {
cd "$pkgdir/usr/lib/firmware/updates/brcm"
ln -s ./brcmfmac43456-sdio.txt ./brcmfmac43456-sdio.raspberrypi,400.txt
ln -s ./brcmfmac43456-sdio.txt ./brcmfmac43456-sdio.raspberrypi,4-compute-module.txt
ln -s ./brcmfmac43455-sdio.raspberrypi,4-model-b.txt ./brcmfmac43455-sdio.raspberrypi,4-compute-module.txt
ln -s ./BCM43430B0.hcd ./BCM.hcd
}