its time to merge to master... its too big now xD #76

Open
gortium wants to merge 160 commits from uconsole-cm5-incremental into master
11 changed files with 359 additions and 51 deletions
Showing only changes of commit 3a809938c9 - Show all commits

View File

@@ -100,11 +100,11 @@
nixpkgs.config.allowUnfree = true;
boot.loader.raspberry-pi.bootloader = "kernel";
}
# Kernel patch: SYNC_PULSE-only (remove BURST)
# Kernel patch: BURST-only (remove SYNC_PULSE)
({ lib, ... }: {
boot.kernelPatches = [{
name = "panel-cwu50-no-burst";
patch = ./patches/0008-panel-cwu50-no-burst.patch;
name = "panel-cwu50-remove-sync-pulse";
patch = ./patches/0008-panel-cwu50-remove-sync-pulse.patch;
}];
})
nixos-raspberrypi.nixosModules.nixpkgs-rpi