crappy: test (but dont deploy) a linux_latest kernel w/ panel patch

it doesn't boot, not sure why
This commit is contained in:
Colin 2024-06-10 21:26:59 +00:00
parent 170d36fc05
commit 5c13bb20d7

View File

@ -147,9 +147,9 @@ in
});
# boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux-postmarketos-exynos5;
# boot.kernelPackages = pkgs.linuxPackagesFor (pkgs.linux_latest.override {
# structuredExtraConfig = with lib.kernel; {
# CC_OPTIMIZE_FOR_SIZE = lib.mkForce yes;
# };
# kernelPatches = [
# pkgs.linux-postmarketos-exynos5.sanePatches.revertPanelSimplePatch
# ];
# });
system.build.u-boot = pkgs.buildUBoot {