summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-01-03 01:33:11 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-01-23 14:29:40 +0100
commit85c0fb842f2987a3d70a0b7df16a3733b66ee8c4 (patch)
treed375ad6427baa29803fd541fd4aefdf7d21bce01 /src
parentglobal: update copyright (diff)
downloadwireguard-linux-compat-85c0fb842f2987a3d70a0b7df16a3733b66ee8c4.tar.xz
wireguard-linux-compat-85c0fb842f2987a3d70a0b7df16a3733b66ee8c4.zip
qemu: version bump kernel
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src')
-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 cc7e37e..a797870 100644
--- a/src/tests/qemu/Makefile
+++ b/src/tests/qemu/Makefile
@@ -14,7 +14,7 @@ endif
ARCH := $(firstword $(subst -, ,$(CBUILD)))
# Set these from the environment to override
-KERNEL_VERSION ?= 4.19
+KERNEL_VERSION ?= 4.20
KERNEL_VERSION := $(KERNEL_VERSION)$(if $(DEBUG_KERNEL),$(if $(findstring -debug,$(KERNEL_VERSION)),,-debug),)
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles