Unverified Commit 83171a1d authored by Phillip Cloud's avatar Phillip Cloud
Browse files

linuxKernels.kernels.linux_xanmod: apply patch from review

parent d688ec7d
Loading
Loading
Loading
Loading
+36 −34
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ let
  };

  xanmodKernelFor = { version, suffix, hash }: buildLinux (args // rec {
  with (lib.kernel.whenHelpers version);
    inherit version;
    modDirVersion = "${version}-${suffix}";

@@ -25,7 +24,10 @@ let
      inherit hash;
    };

    structuredExtraConfig = with lib.kernel; {
    structuredExtraConfig =
      with lib.kernel;
      with (lib.kernel.whenHelpers version);
      {
        # removed options
        CFS_BANDWIDTH = lib.mkForce (option no);
        RT_GROUP_SCHED = lib.mkForce (option no);