summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-10-27 03:24:18 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-10-27 14:20:00 +0200
commitabc9fae9e2b93e276e9734fe6e784947165c30e0 (patch)
tree6ebf5ebf46bd6e224484154145a31c64249b8eff
parentsend: calculate inner checksums for all protocols (diff)
downloadwireguard-monolithic-historical-abc9fae9e2b93e276e9734fe6e784947165c30e0.tar.xz
wireguard-monolithic-historical-abc9fae9e2b93e276e9734fe6e784947165c30e0.zip
qemu: bump default 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 fcd0a6e..e511b69 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.18.5
+KERNEL_VERSION ?= 4.19
KERNEL_VERSION := $(KERNEL_VERSION)$(if $(DEBUG_KERNEL),$(if $(findstring -debug,$(KERNEL_VERSION)),,-debug),)
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles