aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-06-17 19:22:17 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-06-17 19:36:37 +0200
commit073f31ae0d6fa33b5ed2e949f236172a786a235e (patch)
tree81f3187f601761e2c3aed63d685889c8831e1ac1
parentwg-quick: android: don't forget to free compiled regexes (diff)
downloadwireguard-monolithic-historical-073f31ae0d6fa33b5ed2e949f236172a786a235e.tar.xz
wireguard-monolithic-historical-073f31ae0d6fa33b5ed2e949f236172a786a235e.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 56115f9..d64d1f4 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.16.13
+KERNEL_VERSION ?= 4.17.2
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles
DEBUG_KERNEL ?= no