summaryrefslogtreecommitdiffstatshomepage
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
commit5ca7e6c7e863cca88dcf268f31f09fe4a6108e90 (patch)
tree450187e11fee4153bd772894ef19b393f5ac5f4e
parentglobal: update copyright (diff)
downloadwireguard-monolithic-historical-5ca7e6c7e863cca88dcf268f31f09fe4a6108e90.tar.xz
wireguard-monolithic-historical-5ca7e6c7e863cca88dcf268f31f09fe4a6108e90.zip
qemu: version bump kernel
-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