aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests/qemu
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-11-21 16:28:44 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-11-22 18:32:48 +0100
commit6f136a3a85386ff0a3560d9806ba571659fb36b5 (patch)
treec4eaf171c98078e763060ade5adda649780bbbb4 /src/tests/qemu
parentcompat: stable finally backported fix (diff)
downloadwireguard-monolithic-historical-6f136a3a85386ff0a3560d9806ba571659fb36b5.tar.xz
wireguard-monolithic-historical-6f136a3a85386ff0a3560d9806ba571659fb36b5.zip
compat: new kernels have netlink fixes
Diffstat (limited to 'src/tests/qemu')
-rw-r--r--src/tests/qemu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/qemu/Makefile b/src/tests/qemu/Makefile
index 32c0cf1..2f288a5 100644
--- a/src/tests/qemu/Makefile
+++ b/src/tests/qemu/Makefile
@@ -10,7 +10,7 @@ endif
ARCH := $(firstword $(subst -, ,$(CBUILD)))
# Set these from the environment to override
-KERNEL_VERSION ?= 4.14
+KERNEL_VERSION ?= 4.14.1
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles
DEBUG_KERNEL ?= no