Skip to content

Commit 72a0fe5

Browse files
committed
qemu: bump default kernel version
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
1 parent 51aff05 commit 72a0fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/qemu/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ endif
1515
ARCH := $(firstword $(subst -, ,$(CBUILD)))
1616

1717
# Set these from the environment to override
18-
KERNEL_VERSION ?= 5.4.77
18+
KERNEL_VERSION ?= 5.4.99
1919
KERNEL_VERSION := $(KERNEL_VERSION)$(if $(DEBUG_KERNEL),$(if $(findstring -debug,$(KERNEL_VERSION)),,-debug),)
2020
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
2121
DISTFILES_PATH ?= $(PWD)/distfiles

0 commit comments

Comments
 (0)