aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-04-03 16:07:11 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-04-04 01:14:08 +0200
commit21e58d4c7354b547e0fc8d08e6463c55de9b5600 (patch)
tree3628450bbccaa2829bab1b7a1db6d756f4716edd /src/tests
parentchacha20poly1305: enforce authtag checking with compiler (diff)
downloadwireguard-monolithic-historical-21e58d4c7354b547e0fc8d08e6463c55de9b5600.tar.xz
wireguard-monolithic-historical-21e58d4c7354b547e0fc8d08e6463c55de9b5600.zip
qemu: new stable kernel
Diffstat (limited to 'src/tests')
-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 6066c74..d52f220 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.8.12
+KERNEL_VERSION ?= 4.9.20
BUILD_PATH ?= $(PWD)/../../../qemu-build
DISTFILES_PATH ?= $(PWD)/distfiles
DEBUG_KERNEL ?= no