diff options
author | Daniil Baturin <daniil@baturin.org> | 2021-06-19 06:57:58 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2021-06-19 06:57:58 +0200 |
commit | f16af4a8c781ef0f967741e361812ccedc1886a1 (patch) | |
tree | e41fe07de2f028e169a30405d3234ee76e3d5542 /packages | |
parent | a991f59bc4ca2a00a5f9bcf3b75d74664e714ba5 (diff) | |
download | vyos-build-f16af4a8c781ef0f967741e361812ccedc1886a1.tar.gz vyos-build-f16af4a8c781ef0f967741e361812ccedc1886a1.zip |
Try specifying kernel version dependency in the QAT's debian/control
Diffstat (limited to 'packages')
-rwxr-xr-x | packages/linux-kernel/build-intel-qat.sh | 2 |
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 |