From 9aa9c75a76b28032a523b5357cc274eaa6d69141 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 3 Feb 2021 15:38:36 +0000 Subject: Bump kernel to 5.10.12 --- sub/kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub/kernel/Makefile b/sub/kernel/Makefile index 6c92ffb..76ba62e 100644 --- a/sub/kernel/Makefile +++ b/sub/kernel/Makefile @@ -1,6 +1,6 @@ include sub/kernel/Makefile.ncurses -KERNEL_VERSION ?= 5.10.11 +KERNEL_VERSION ?= 5.10.12 KERNEL_MAJOR := $(firstword $(subst ., ,$(KERNEL_VERSION))) KERNEL_FULLVERSION := $(if $(word 2,$(subst ., ,$(KERNEL_VERSION))),$(KERNEL_VERSION),$(KERNEL_VERSION).0) -- cgit v1.3.1