From efdc6f68166306a0d1c4af2ede52f53ec243f229 Mon Sep 17 00:00:00 2001 From: Travis Staton Date: Tue, 23 Jan 2024 14:36:12 -0500 Subject: [PATCH] update bluetooth firmware path --- overlay/raspberrypi-wireless-firmware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/raspberrypi-wireless-firmware.nix b/overlay/raspberrypi-wireless-firmware.nix index c4cf5db..4e8217a 100644 --- a/overlay/raspberrypi-wireless-firmware.nix +++ b/overlay/raspberrypi-wireless-firmware.nix @@ -23,7 +23,7 @@ stdenvNoCC.mkDerivation { cp -rv "${firmware-nonfree}/debian/config/brcm80211/." "$out/lib/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 # See https://github.com/RPi-Distro/firmware-nonfree/issues/26