mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-12-10 19:11:05 +01:00
add comment, remove unused patch
This commit is contained in:
parent
8a5316db2a
commit
eee4a9ccca
2 changed files with 5 additions and 19 deletions
|
|
@ -40,6 +40,11 @@ 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"
|
||||
|
||||
# There are two options for the brcmfmac43455 binary: minimal or
|
||||
# standard. For more info see the readme at:
|
||||
# https://github.com/RPi-Distro/firmware-nonfree/blob/bullseye/debian/config/brcm80211/cypress/README.txt
|
||||
|
||||
ln -sf ../cypress/cyfmac43455-sdio-minimal.bin brcmfmac43455-sdio.bin
|
||||
popd &>/dev/null
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue