From d1a53c9d8d2727e9337f24baaa6fb340f353fb6e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 19 Jul 2018 18:42:35 +0200 Subject: qemu: version bump --- src/tests/qemu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-59-g8ed1b