Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 43e3285cf523
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9b71a920a466
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 30, 2018

  1. kernel: enable MLX5_CORE_EN when possible

    Hydra's builders from Packet.net use this option a lot, causing
    lots of slow deploys.
    
    (cherry picked from commit d65b39a)
    grahamc authored and Mic92 committed Nov 30, 2018
    Copy the full SHA
    4934f82 View commit details
  2. Merge pull request #51292 from Mic92/mlx5-core-en

    [WIP][backport-18.09]: kernel: enable MLX5_CORE_EN when possible
    Mic92 authored Nov 30, 2018
    Copy the full SHA
    9b71a92 View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 pkgs/os-specific/linux/kernel/common-config.nix
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/kernel/common-config.nix
Original file line number Diff line number Diff line change
@@ -638,6 +638,7 @@ let
MEGARAID_NEWGEN = yes;

MLX4_EN_VXLAN = whenOlder "4.8" yes;
MLX5_CORE_EN = option yes;

MODVERSIONS = whenOlder "4.9" yes;
MOUSE_PS2_ELANTECH = yes; # Elantech PS/2 protocol extension