aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests/qemu/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-25 13:18:59 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-25 13:18:59 +0100
commit3bd95a0dbd5215b8e095bb74883dc8a3f6c6017e (patch)
tree7c10f866f2f69bfcde542e3b3447e791140deacd /src/tests/qemu/Makefile
parentdevice: use skb accessor functions where possible (diff)
downloadwireguard-monolithic-historical-3bd95a0dbd5215b8e095bb74883dc8a3f6c6017e.tar.xz
wireguard-monolithic-historical-3bd95a0dbd5215b8e095bb74883dc8a3f6c6017e.zip
qemu: set framewarn 1280 for 64bit and 1024 for 32bit
Diffstat (limited to 'src/tests/qemu/Makefile')
-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 f2832b5..cd0d46e 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.20
+KERNEL_VERSION ?= 5.0.4
KERNEL_VERSION := $(KERNEL_VERSION)$(if $(DEBUG_KERNEL),$(if $(findstring -debug,$(KERNEL_VERSION)),,-debug),)
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles