removed this too eagerly

compressing the firmware still breaks my zero-2-w
This commit is contained in:
Travis Staton 2023-06-16 09:35:17 -04:00
parent da5b77e661
commit 4e4ed46f15

View file

@ -34,6 +34,9 @@ let
rpi-kernels = builtins.foldl' (b: a: b // rpi-kernel a) { }; rpi-kernels = builtins.foldl' (b: a: b // rpi-kernel a) { };
in in
{ {
# disable firmware compression so that brcm firmware can be found at
# the path expected by raspberry pi firmware/device tree
compressFirmwareXz = x: x;
# A recent known working version of libcamera-apps # A recent known working version of libcamera-apps
libcamera-apps = libcamera-apps =