mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
linux/kernel: Remove MLX4_EN_VXLAN for 4.8
This option is no longer needed and has been removed in upstream commit torvalds/linux@a831274a13. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
0bce188ec1
commit
42e1ec215e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user