summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-09-24 08:52:25 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-10-11 12:34:54 +0200
commita3539c46d681278847267fbded4019bffc45cbae (patch)
tree36569a6bc2cde852f7d53cb1dce280cfd3bfcad0
parentversion: bump snapshot (diff)
downloadwireguard-monolithic-historical-a3539c46d681278847267fbded4019bffc45cbae.tar.xz
wireguard-monolithic-historical-a3539c46d681278847267fbded4019bffc45cbae.zip
qemu: bump default version
-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 acae128..02e098a 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 ?= 5.1.15
+KERNEL_VERSION ?= 5.3.5
KERNEL_VERSION := $(KERNEL_VERSION)$(if $(DEBUG_KERNEL),$(if $(findstring -debug,$(KERNEL_VERSION)),,-debug),)
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles