testing: Use a HA patch that's actually compatible with 4.15 kernels

This commit is contained in:
Tobias Brunner
2018-03-07 17:16:54 +01:00
parent 0f785f6be8
commit 39e860ea34
+2 -2
View File
@@ -24,11 +24,11 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
: ${KERNELVERSION=4.15}
: ${KERNELVERSION=4.15.7}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.15}
: ${KERNELPATCH=ha-4.14-abicompat.patch.bz2}
: ${KERNELPATCH=ha-4.15-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.6.2}