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
|
LOGO n # not needed
|
||||||
MEDIA_ATTACH y
|
MEDIA_ATTACH y
|
||||||
MEGARAID_NEWGEN y
|
MEGARAID_NEWGEN y
|
||||||
${optionalString (versionAtLeast version "3.15") ''
|
${optionalString (versionAtLeast version "3.15" && versionOlder version "4.8") ''
|
||||||
MLX4_EN_VXLAN y
|
MLX4_EN_VXLAN y
|
||||||
''}
|
''}
|
||||||
MODVERSIONS y
|
MODVERSIONS y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user