From: Christian Ehrhardt Date: Fri, 19 May 2017 06:54:41 +0000 (+0200) Subject: debian/control: remove arm64 dkms recommends X-Git-Url: https://gerrit.fd.io/r/gitweb?p=deb_dpdk.git;a=commitdiff_plain;h=bfc76e8a86292e59f442aba7d3cdb1510a652608 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 --- 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}),