summaryrefslogtreecommitdiff
path: root/debian/control
diff options
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 11034df..ebec412 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian HPC Team <debian-hpc@lists.debian.org>
Uploaders: Mehdi Dogguy <mehdi@debian.org>,
Tzafrir Cohen <tzafrir@debian.org>
Build-Depends: debhelper-compat (= 13),
+ dh-sequence-dkms,
libboost-filesystem-dev,
libboost-regex-dev,
libboost-system-dev,
@@ -37,3 +38,21 @@ Description: Mellanox firmware burning application and diagnostics tools
HCA/NIC cards. Using it with cards manufactured by other vendors may
be harmful to the cards (due to different configurations). Using the
diagnostic tools is normally safe for all HCAs/NICs.
+ .
+ This package includes userspace tools. Kernel support is required.
+ Some of the functionality is supported through fwctl interface (for kernels
+ >= 6.15). Otherwise the kernel module mstflint_access is needed.
+ It is included e.g. through the package mstflint-dkms.
+
+Package: mstflint-dkms
+Architecture: all
+Section: kernel
+Depends: ${misc:Depends},
+Enhances: mstlint
+Description: kernel module for Nvidia (formly Mellanox) firmware buring tool
+ mstflint contains a burning tool and diagnostic tools for Nvidia (formly
+ Mellanox) manufactured host channel adapters (HCA) and network interface
+ cards (NIC).
+ .
+ This package contains the kernel module mstflint_access in a DKMS package
+ (source built at install time using the DKMS framework).