From d5ddd0969ceb59236cae2b6915fe6c4db07139f6 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 12 Feb 2021 18:45:04 +0000 Subject: Update kernel to 5.10.15 --- sub/kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub/kernel/Makefile b/sub/kernel/Makefile index 76ba62e..e8b7fd7 100644 --- a/sub/kernel/Makefile +++ b/sub/kernel/Makefile @@ -1,6 +1,6 @@ include sub/kernel/Makefile.ncurses -KERNEL_VERSION ?= 5.10.12 +KERNEL_VERSION ?= 5.10.15 KERNEL_MAJOR := $(firstword $(subst ., ,$(KERNEL_VERSION))) KERNEL_FULLVERSION := $(if $(word 2,$(subst ., ,$(KERNEL_VERSION))),$(KERNEL_VERSION),$(KERNEL_VERSION).0) -- cgit v1.2.3