mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 11:36:04 +01:00
Merge pull request #22 from MinerSebas/zstd-compressionn
Also dont use zstd for firmware compression
This commit is contained in:
commit
1570501aba
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue