aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-11-27 14:42:26 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-11-27 14:42:34 +0100
commit1f96cdcc04a6371445a31df878670abae3f29f53 (patch)
treeb26baaa75679d55c06cd826f65f33232d49190e9 /src/tests
parentqemu: respect PATH when finding CBUILD (diff)
downloadwireguard-monolithic-historical-1f96cdcc04a6371445a31df878670abae3f29f53.tar.xz
wireguard-monolithic-historical-1f96cdcc04a6371445a31df878670abae3f29f53.zip
qemu: bump version
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 3755d01..55aea6a 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 ?= 5.3.5
+KERNEL_VERSION ?= 5.4
KERNEL_VERSION := $(KERNEL_VERSION)$(if $(DEBUG_KERNEL),$(if $(findstring -debug,$(KERNEL_VERSION)),,-debug),)
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles