diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-10-08 22:47:53 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-10-09 02:14:49 +0200 |
commit | bb3ad137ef1907ec6cb5979cdd47b5e160f3a455 (patch) | |
tree | d621312c81a9ec16887d42c45346b8d59ac2a988 /src/tests | |
parent | da66b711bf3452f75f98a2e66b3e44d7b9d59a9f (diff) |
qemu: bump stable kernel
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/tests')
-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 24952bd..98546f1 100644 --- a/src/tests/qemu/Makefile +++ b/src/tests/qemu/Makefile @@ -1,7 +1,7 @@ PWD := $(shell pwd) # Set these from the environment to override -KERNEL_VERSION ?= 4.13.4 +KERNEL_VERSION ?= 4.13.5 BUILD_PATH ?= $(PWD)/../../../qemu-build DISTFILES_PATH ?= $(PWD)/distfiles DEBUG_KERNEL ?= no |