aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-05-20 01:37:07 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-05-20 01:37:07 +0200
commitec951ee470e9fa48af73425572346075ba8a6460 (patch)
tree1f038a642e0d0200a9a5c22fa110737135325f22
parentallowedips: set pointer to null before freeing (diff)
downloadwireguard-monolithic-historical-ec951ee470e9fa48af73425572346075ba8a6460.tar.xz
wireguard-monolithic-historical-ec951ee470e9fa48af73425572346075ba8a6460.zip
qemu: bump default kernel for gcc 8.1
-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 808e20d..ab35f80 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.2
+KERNEL_VERSION ?= 4.16.9
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles
DEBUG_KERNEL ?= no