diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-09-06 17:46:39 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-06 17:46:39 +0200 | 
| commit | 5fbfd67b1a767bcc976f012c5cd89488b766f13c (patch) | |
| tree | c4090e5956f2cf340b137cbb9aea61e56ea39f8a | |
| parent | cdab9883ebd79f4df0353b703e01e0c43d3a93b7 (diff) | |
| parent | 5132a1c4d697267c70cbbde247193c84f1108c6c (diff) | |
| download | vyos-build-5fbfd67b1a767bcc976f012c5cd89488b766f13c.tar.gz vyos-build-5fbfd67b1a767bcc976f012c5cd89488b766f13c.zip  | |
Merge pull request #125 from DmitriyEshenko/qat-curr
qat: T2853: Enables QAT registration with Linux Kernel Crypto
| -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 8e4aabb1..8edd6940 100755 --- a/packages/linux-kernel/build-intel-qat.sh +++ b/packages/linux-kernel/build-intel-qat.sh @@ -61,7 +61,7 @@ do      echo "I: Compile Kernel module for Intel ${DRIVER_NAME} driver"      mkdir -p ${DEBIAN_DIR}/lib/firmware ${DEBIAN_DIR}/usr/local/bin ${DEBIAN_DIR}/usr/lib/x86_64-linux-gnu ${DEBIAN_DIR}/etc/init.d -    KERNEL_SOURCE_ROOT=${KERNEL_DIR} ./configure --enable-kapi +    KERNEL_SOURCE_ROOT=${KERNEL_DIR} ./configure --enable-kapi --enable-qat-lkcf      make -j $(getconf _NPROCESSORS_ONLN) all      make INSTALL_MOD_PATH=${DEBIAN_DIR} INSTALL_FW_PATH=${DEBIAN_DIR} \          qat-driver-install  | 
