aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-02-23 19:00:42 +0000
committerLaurent Bercot <ska@appnovation.com>2023-02-23 19:00:42 +0000
commit0820a99c400eb6549c11e365197fe5130ca70979 (patch)
treea7ff90a49d4a8a42ee5e8e65b4bca9e18e1dd96f
parentc23c585237f71418faf063c48f399d76146f8099 (diff)
downloadlh-bootstrap-0820a99c400eb6549c11e365197fe5130ca70979.tar.xz
Update kernel to 6.1.13
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--sub/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
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)