Skip to content

Commit 712ae17

Browse files
authored
mlnx-ofed-kernel: add missing configure flags
1 parent 7b6bd4d commit 712ae17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/kernel-modules/mlnx-ofed-kernel/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,15 @@ stdenv.mkDerivation rec {
5656

5757
configureFlags = [
5858
"--with-core-mod"
59-
"--with-user_mad-mod"
6059
"--with-user_access-mod"
60+
"--with-user_mad-mod"
6161
"--with-addr_trans-mod"
6262
"--with-mlx5-mod"
63+
"--with-mlx5-ipsec"
64+
"--with-mlxdevm-mod"
6365
"--with-mlxfw-mod"
6466
"--with-ipoib-mod"
67+
"--with-user_mad-mod"
6568
"--with-linux=${kernelDir}/source"
6669
"--with-linux-obj=${kernelDir}/build"
6770
"--modules-dir=${kernelDir}"

0 commit comments

Comments
 (0)