mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
alarm/firmware-raspberrypi: simplify symlinks
This commit is contained in:
parent
152187af88
commit
254dbcdc26
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue