Revert "servo: don't ship custom linux kernel packages anymore"

This reverts commit 12b5e68b25.
This commit is contained in:
colin 2022-11-06 05:27:04 -08:00
parent 26f920e119
commit 77baf03496

View File

@ -3,6 +3,12 @@
{ pkgs, ... }:
{
# i changed this becuse linux 5.10 didn't have rpi-400 device tree blob.
# nixos-22.05 linux 5.15 DOES have these now.
# it should be possible to remove this if desired, but i'm not sure how the rpi-specific kernel differs.
# see: https://github.com/raspberrypi/linux
boot.kernelPackages = pkgs.linuxPackages_rpi4;
# raspberryPi boot loader creates extlinux.conf.
# otherwise, enable the generic-extlinux-compatible loader below.
# note: THESE ARE MUTUALLY EXCLUSIVE. generic-extlinux-compatible causes uboot to not be built