diff --git a/alarm/firmware-raspberrypi/PKGBUILD b/alarm/firmware-raspberrypi/PKGBUILD index 20794e33a..17519c1f4 100644 --- a/alarm/firmware-raspberrypi/PKGBUILD +++ b/alarm/firmware-raspberrypi/PKGBUILD @@ -45,13 +45,13 @@ package() { # make some symbolic links 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 ./brcmfmac43456-sdio.txt ./brcmfmac43456-sdio.pine64-pinephone-pro.txt - ln -s ./brcmfmac43455-sdio.raspberrypi,4-model-b.txt ./brcmfmac43455-sdio.raspberrypi,4-compute-module.txt - ln -s ./BCM43430B0.hcd ./BCM.hcd + ln -s brcmfmac43456-sdio.txt brcmfmac43456-sdio.raspberrypi,400.txt + ln -s brcmfmac43456-sdio.txt brcmfmac43456-sdio.raspberrypi,4-compute-module.txt + ln -s brcmfmac43456-sdio.txt brcmfmac43456-sdio.pine64-pinephone-pro.txt + ln -s brcmfmac43455-sdio.raspberrypi,4-model-b.txt brcmfmac43455-sdio.raspberrypi,4-compute-module.txt + ln -s BCM43430B0.hcd BCM.hcd - # fix for no wifi on pi zero 2 w - ln -s ./brcmfmac43436f-sdio.bin ./brcmfmac43436-sdio.bin - ln -s ./brcmfmac43436f-sdio.txt ./brcmfmac43436-sdio.txt + # fix for no wifi on pi zero 2 w BCM43430/2 + ln -s brcmfmac43436f-sdio.bin brcmfmac43436-sdio.bin + ln -s brcmfmac43436f-sdio.txt brcmfmac43436-sdio.txt }