summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2021-06-19 06:57:58 +0200
committerDaniil Baturin <daniil@baturin.org>2021-06-19 06:57:58 +0200
commitf16af4a8c781ef0f967741e361812ccedc1886a1 (patch)
treee41fe07de2f028e169a30405d3234ee76e3d5542
parenta991f59bc4ca2a00a5f9bcf3b75d74664e714ba5 (diff)
downloadvyos-build-f16af4a8c781ef0f967741e361812ccedc1886a1.tar.gz
vyos-build-f16af4a8c781ef0f967741e361812ccedc1886a1.zip
Try specifying kernel version dependency in the QAT's debian/control
-rwxr-xr-xpackages/linux-kernel/build-intel-qat.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/build-intel-qat.sh b/packages/linux-kernel/build-intel-qat.sh
index ed2f69ee..6b7bce72 100755
--- a/packages/linux-kernel/build-intel-qat.sh
+++ b/packages/linux-kernel/build-intel-qat.sh
@@ -75,7 +75,7 @@ Priority: extra
Architecture: ${DEBIAN_ARCH}
Maintainer: VyOS Package Maintainers <maintainers@vyos.net>
Description: Vendor based driver for Intel ${DRIVER_NAME}
-Depends: linux-image-${KERNEL_VERSION}${KERNEL_SUFFIX}
+Depends: linux-image-${KERNEL_VERSION}${KERNEL_SUFFIX} (= ${KERNEL_VERSION})
EOF
# delete non required files which are also present in the kernel package