From 0820a99c400eb6549c11e365197fe5130ca70979 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 23 Feb 2023 19:00:42 +0000 Subject: Update kernel to 6.1.13 Signed-off-by: Laurent Bercot --- sub/kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub/kernel/Makefile b/sub/kernel/Makefile index 5d183f1..71a679d 100644 --- a/sub/kernel/Makefile +++ b/sub/kernel/Makefile @@ -1,6 +1,6 @@ include sub/kernel/Makefile.ncurses -KERNEL_VERSION ?= 6.1.11 +KERNEL_VERSION ?= 6.1.13 KERNEL_MAJOR := $(firstword $(subst ., ,$(KERNEL_VERSION))) KERNEL_FULLVERSION := $(if $(word 2,$(subst ., ,$(KERNEL_VERSION))),$(KERNEL_VERSION),$(KERNEL_VERSION).0) -- cgit v1.2.3