summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-01-28 16:20:52 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-01-28 16:32:32 +0100
commit1fd5305af2bc5c9e42ffd55a7742d64d83d65d1a (patch)
tree48ce4411f1c43418cd7ecb3dd7b5413fd92f0726
parentversion: bump (diff)
downloadwireguard-linux-compat-1fd5305af2bc5c9e42ffd55a7742d64d83d65d1a.tar.xz
wireguard-linux-compat-1fd5305af2bc5c9e42ffd55a7742d64d83d65d1a.zip
qemu: bump kernel
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-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 3696480..76dc450 100644
--- a/src/tests/qemu/Makefile
+++ b/src/tests/qemu/Makefile
@@ -15,7 +15,7 @@ endif
ARCH := $(firstword $(subst -, ,$(CBUILD)))
# Set these from the environment to override
-KERNEL_VERSION ?= 5.4.6
+KERNEL_VERSION ?= 5.5
KERNEL_VERSION := $(KERNEL_VERSION)$(if $(DEBUG_KERNEL),$(if $(findstring -debug,$(KERNEL_VERSION)),,-debug),)
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles