mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
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:
parent
8843287113
commit
c095e431d2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue