aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2017-05-19 08:54:41 +0200
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2017-05-19 12:28:58 +0200
commitbfc76e8a86292e59f442aba7d3cdb1510a652608 (patch)
treeff16645f61e4eb63a4312205036915e0bcb6aa29
parent7d7841c29e4c6a9a8e590448134d7d893778c325 (diff)
debian/control: remove arm64 dkms recommends
This was meant when arm64 absolutely required the dkms modules to work. But there are platforms which can work without now. We already have a arch neutral suggests, so no need to replace this. Given the complexity dkms sometimes brings on e.g. kernel updates dropping the recommends helps more systems (by avoiding those issues) than it hurts (by users of those needing it installing the dkms packages) Change-Id: I99a060092d685a8cb87db6d0259e4ab18a823d7e Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
-rw-r--r--debian/control4
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 7808f6da..e769ba30 100644
--- a/debian/control
+++ b/debian/control
@@ -35,9 +35,7 @@ Depends: hwdata,
${misc:Depends},
${python:Depends},
${shlibs:Depends}
-Recommends: dpdk-igb-uio-dkms (= ${binary:Version}) [arm64],
- dpdk-rte-kni-dkms (= ${binary:Version}) [arm64],
- librte-pmd-af-packet1 (= ${binary:Version}),
+Recommends: librte-pmd-af-packet1 (= ${binary:Version}),
librte-pmd-bnxt1 (= ${binary:Version}),
librte-pmd-bond1 (= ${binary:Version}),
librte-pmd-cxgbe1 (= ${binary:Version}),