raspberrypiWirelessFirmware: fix typo

+1 -1
+1 -1
pkgs/os-specific/linux/firmware/raspberrypi-wireless/default.nix
··· 37 # Bluetooth firmware 38 cp -rv "$NIX_BUILD_TOP/bluez-firmware/debian/firmware/broadcom/." "$out/lib/firmware/brcm" 39 40 - # brcmfmac43455-stdio.bin is a symlink to the non-existent path: ../cypress/cyfmac43455-stdio.bin. 41 # See https://github.com/RPi-Distro/firmware-nonfree/issues/26 42 ln -s "./cyfmac43455-sdio-standard.bin" "$out/lib/firmware/cypress/cyfmac43455-sdio.bin" 43
··· 37 # Bluetooth firmware 38 cp -rv "$NIX_BUILD_TOP/bluez-firmware/debian/firmware/broadcom/." "$out/lib/firmware/brcm" 39 40 + # brcmfmac43455-sdio.bin is a symlink to the non-existent path: ../cypress/cyfmac43455-sdio.bin. 41 # See https://github.com/RPi-Distro/firmware-nonfree/issues/26 42 ln -s "./cyfmac43455-sdio-standard.bin" "$out/lib/firmware/cypress/cyfmac43455-sdio.bin" 43