aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
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-09-24 08:52:25 +0200
commit1ab484915bea36279f21b046e59568cff59ed0eb (patch)
treed2481e7c54f3ee74bbc2361048fc996f2a209026 /src
parentversion: bump snapshot (diff)
downloadwireguard-monolithic-historical-1ab484915bea36279f21b046e59568cff59ed0eb.tar.xz
wireguard-monolithic-historical-1ab484915bea36279f21b046e59568cff59ed0eb.zip
qemu: bump default version
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 acae128..914e4ef 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.1
KERNEL_VERSION := $(KERNEL_VERSION)$(if $(DEBUG_KERNEL),$(if $(findstring -debug,$(KERNEL_VERSION)),,-debug),)
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles