mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
add brcmfmac43455-sdio.bin symlink
This commit is contained in:
parent
24ecb48478
commit
8a5316db2a
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ stdenvNoCC.mkDerivation {
|
|||
# CM4 symlink must be added since it's missing from upstream
|
||||
pushd $out/lib/firmware/brcm &>/dev/null
|
||||
ln -s "./brcmfmac43455-sdio.txt" "$out/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,4-compute-module.txt"
|
||||
ln -sf ../cypress/cyfmac43455-sdio-minimal.bin brcmfmac43455-sdio.bin
|
||||
popd &>/dev/null
|
||||
|
||||
runHook postInstall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue