aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests/qemu/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-07-19 18:42:35 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-19 18:42:56 +0200
commitd1a53c9d8d2727e9337f24baaa6fb340f353fb6e (patch)
tree21b9e709081dd8665b904b6a44994eb8a4e6580d /src/tests/qemu/Makefile
parentversion: bump snapshot (diff)
downloadwireguard-monolithic-historical-d1a53c9d8d2727e9337f24baaa6fb340f353fb6e.tar.xz
wireguard-monolithic-historical-d1a53c9d8d2727e9337f24baaa6fb340f353fb6e.zip
qemu: version bump
Diffstat (limited to '')
-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 7b5b659..0cb20d7 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.17.4
+KERNEL_VERSION ?= 4.17.8
KERNEL_VERSION := $(KERNEL_VERSION)$(if $(DEBUG_KERNEL),$(if $(findstring -debug,$(KERNEL_VERSION)),,-debug),)
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles