From ec6197d34b5f08148f9e37d8839a1529c0df5414 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 27 Feb 2021 21:05:20 +0000 Subject: Bump kernel to 5.10.19 --- sub/kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub/kernel/Makefile b/sub/kernel/Makefile index e8b7fd7..969df9b 100644 --- a/sub/kernel/Makefile +++ b/sub/kernel/Makefile @@ -1,6 +1,6 @@ include sub/kernel/Makefile.ncurses -KERNEL_VERSION ?= 5.10.15 +KERNEL_VERSION ?= 5.10.19 KERNEL_MAJOR := $(firstword $(subst ., ,$(KERNEL_VERSION))) KERNEL_FULLVERSION := $(if $(word 2,$(subst ., ,$(KERNEL_VERSION))),$(KERNEL_VERSION),$(KERNEL_VERSION).0) -- cgit v1.2.3