mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-09 12:06:02 +01:00
update bluetooth firmware path
This commit is contained in:
parent
9c8a4fc486
commit
efdc6f6816
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ stdenvNoCC.mkDerivation {
|
||||||
cp -rv "${firmware-nonfree}/debian/config/brcm80211/." "$out/lib/firmware/"
|
cp -rv "${firmware-nonfree}/debian/config/brcm80211/." "$out/lib/firmware/"
|
||||||
|
|
||||||
# Bluetooth firmware
|
# Bluetooth firmware
|
||||||
cp -rv "${bluez-firmware}/broadcom/." "$out/lib/firmware/brcm"
|
cp -rv "${bluez-firmware}/debian/firmware/broadcom/." "$out/lib/firmware/brcm"
|
||||||
|
|
||||||
# brcmfmac43455-stdio.bin is a symlink to ../cypress/cyfmac43455-stdio.bin that doesn't exist
|
# brcmfmac43455-stdio.bin is a symlink to ../cypress/cyfmac43455-stdio.bin that doesn't exist
|
||||||
# See https://github.com/RPi-Distro/firmware-nonfree/issues/26
|
# See https://github.com/RPi-Distro/firmware-nonfree/issues/26
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue