aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests/qemu
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-11-13 19:37:04 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-11-14 10:24:20 +0100
commit666ee61f405190ea59f24f1652d9992f93ec32d5 (patch)
tree40a5fdfaf0d06ac9bec26c029dbff58cdec7a2ca /src/tests/qemu
parentallowedips: do not write out of bounds (diff)
downloadwireguard-monolithic-historical-666ee61f405190ea59f24f1652d9992f93ec32d5.tar.xz
wireguard-monolithic-historical-666ee61f405190ea59f24f1652d9992f93ec32d5.zip
qemu: update kernel
Diffstat (limited to 'src/tests/qemu')
-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 9bb6120..513ed5a 100644
--- a/src/tests/qemu/Makefile
+++ b/src/tests/qemu/Makefile
@@ -10,7 +10,7 @@ endif
ARCH := $(firstword $(subst -, ,$(CBUILD)))
# Set these from the environment to override
-KERNEL_VERSION ?= 4.13.12
+KERNEL_VERSION ?= 4.14
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles
DEBUG_KERNEL ?= no