aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-02-12 18:45:04 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-02-12 18:45:04 +0000
commitd5ddd0969ceb59236cae2b6915fe6c4db07139f6 (patch)
tree5c833e0876b1b0a02a2ce704992975c8a6625b23
parent3017ce601499ee94bd487297b25f41f8eb9d3a92 (diff)
downloadlh-bootstrap-d5ddd0969ceb59236cae2b6915fe6c4db07139f6.tar.xz
Update kernel to 5.10.15
-rw-r--r--sub/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
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)