summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-04-05 00:01:39 +0200
committerChristian Poessinger <christian@poessinger.com>2021-04-05 00:01:39 +0200
commitd2d242459c494fb808a6fdddf6fc4a825a009b1f (patch)
tree01e6f1978a719014c1a75eee1de00a5f0f6ebbd7
parent5c359621dfff2b3d134547aa3be6cddc245a2a5e (diff)
downloadvyos-build-d2d242459c494fb808a6fdddf6fc4a825a009b1f.tar.gz
vyos-build-d2d242459c494fb808a6fdddf6fc4a825a009b1f.zip
qat: update to 1.7.L.4.13.0-00009
-rwxr-xr-xpackages/linux-kernel/build-intel-qat.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux-kernel/build-intel-qat.sh b/packages/linux-kernel/build-intel-qat.sh
index f494f0c9..048142ba 100755
--- a/packages/linux-kernel/build-intel-qat.sh
+++ b/packages/linux-kernel/build-intel-qat.sh
@@ -10,7 +10,7 @@ fi
. ${KERNEL_VAR_FILE}
declare -a intel=(
- "https://01.org/sites/default/files/downloads/qat1.7.l.4.12.0-00011.tar.gz"
+ "https://downloadmirror.intel.com/30178/eng/QAT1.7.L.4.13.0-00009.tar.gz"
)
for url in "${intel[@]}"
@@ -19,7 +19,7 @@ do
DRIVER_FILE=$(basename ${url} | sed -e s/tar_0/tar/)
DRIVER_DIR="${DRIVER_FILE%.tar.gz}"
- DRIVER_NAME="qat"
+ DRIVER_NAME="QAT"
DRIVER_VERSION=$(echo ${DRIVER_DIR} | awk -F${DRIVER_NAME} '{print $2}')
DRIVER_VERSION_EXTRA="-0"