diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-31 01:22:32 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-31 01:24:51 +0200 |
commit | b040464235db1012a846452cd4803a8e36395b6f (patch) | |
tree | ac9b611040411c9ef0bcb9b4a366bc95bd74ef89 /src | |
parent | ef8eadf87b347f7740ae5366ad1ccf8b4e3415b6 (diff) |
qemu: bump default version
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/qemu/Makefile b/src/tests/qemu/Makefile index ab35f80..56115f9 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.9 +KERNEL_VERSION ?= 4.16.13 BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH) DISTFILES_PATH ?= $(PWD)/distfiles DEBUG_KERNEL ?= no |