aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-04-14 15:09:34 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-04-15 15:41:57 +0200
commitc452105b2873920023da31ee9448696c0cc82e09 (patch)
tree306b5aec2fdb9253ee460154563cd98d5c234f19
parentversion: bump snapshot (diff)
downloadwireguard-monolithic-historical-c452105b2873920023da31ee9448696c0cc82e09.tar.xz
wireguard-monolithic-historical-c452105b2873920023da31ee9448696c0cc82e09.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 5063f4f..957378d 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.15.1
+KERNEL_VERSION ?= 4.16.2
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles
DEBUG_KERNEL ?= no