Merge pull request #22 from MinerSebas/zstd-compressionn

Also dont use zstd for firmware compression
This commit is contained in:
Travis Staton 2024-06-16 19:38:30 -04:00 committed by GitHub
commit 1570501aba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,7 @@ in
# disable firmware compression so that brcm firmware can be found at
# the path expected by raspberry pi firmware/device tree
compressFirmwareXz = x: x;
compressFirmwareZstd = x: x;
# provide generic rpi arm64 u-boot
uboot_rpi_arm64 = prev.buildUBoot rec {