From 42e1ec215ea000df75db2e87273a3e8fc6167be0 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 29 Aug 2016 20:21:07 +0200 Subject: [PATCH] linux/kernel: Remove MLX4_EN_VXLAN for 4.8 This option is no longer needed and has been removed in upstream commit torvalds/linux@a831274a1346913c145797ddee6f39e30e061318. Signed-off-by: aszlig --- pkgs/os-specific/linux/kernel/common-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index 9fa81ea66aa..54e6b7822f9 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -346,7 +346,7 @@ with stdenv.lib; LOGO n # not needed MEDIA_ATTACH y MEGARAID_NEWGEN y - ${optionalString (versionAtLeast version "3.15") '' + ${optionalString (versionAtLeast version "3.15" && versionOlder version "4.8") '' MLX4_EN_VXLAN y ''} MODVERSIONS y