aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-12 09:45:29 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-12 09:45:29 +0100
commitd0bf51bd07976467e2987c83a4950b97f3a333ec (patch)
tree58f761dfb2619ac32d420292ce91aa2e490985bb
parentcompat: SYM_FUNC_{START,END} were backported to 5.4 (diff)
downloadwireguard-linux-compat-d0bf51bd07976467e2987c83a4950b97f3a333ec.tar.xz
wireguard-linux-compat-d0bf51bd07976467e2987c83a4950b97f3a333ec.zip
qemu: bump default testing version
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 036f331..4efecd3 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.5.14
+KERNEL_VERSION ?= 5.4.77
KERNEL_VERSION := $(KERNEL_VERSION)$(if $(DEBUG_KERNEL),$(if $(findstring -debug,$(KERNEL_VERSION)),,-debug),)
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles