Unverified Commit a737059d authored by Atemu's avatar Atemu Committed by GitHub
Browse files

Merge pull request #292763 from zzzsyyy/update/xanmod

linux_xanmod, linux_xanmod_latest: 2024-03-01
parents 7a2df0f9 e51dafea
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@ let
  # NOTE: When updating these, please also take a look at the changes done to
  # kernel config in the xanmod version commit
  ltsVariant = {
    version = "6.6.18";
    hash = "sha256-WGfbCmM0fpWXQt1ThfaHn4bqZz22bNkhc9I2qeXMsws=";
    version = "6.6.19";
    hash = "sha256-DfoClySWV0vlDDRAJsujGj5ypnGr+HsVbszCYfi+2V0=";
    variant = "lts";
  };

  mainVariant = {
    version = "6.7.6";
    hash = "sha256-gg8B/i6kidgvRBOm3JiMBwP18UtVRH1ELNGQUBkDOMs=";
    version = "6.7.7";
    hash = "sha256-Y+SvnvkFOGCxq+hGwpiiymNr1rYbNqppNA0d63TyUmo=";
    variant = "main";
  };

@@ -33,9 +33,6 @@ let
      TCP_CONG_BBR = yes;
      DEFAULT_BBR = yes;

      # WineSync driver for fast kernel-backed Wine
      WINESYNC = module;

      # Preemptive Full Tickless Kernel at 250Hz
      HZ = freeform "250";
      HZ_250 = yes;