aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-02-27 21:05:20 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-02-27 21:05:20 +0000
commitec6197d34b5f08148f9e37d8839a1529c0df5414 (patch)
tree9b3ad3ebab34fc9faa6e91dde880709610aeeb64
parent6eea06731d9f7d347eb50e76a2e8e05fa3d46fb5 (diff)
downloadlh-bootstrap-ec6197d34b5f08148f9e37d8839a1529c0df5414.tar.xz
Bump kernel to 5.10.19
-rw-r--r--sub/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/kernel/Makefile b/sub/kernel/Makefile
index e8b7fd7..969df9b 100644
--- a/sub/kernel/Makefile
+++ b/sub/kernel/Makefile
@@ -1,6 +1,6 @@
include sub/kernel/Makefile.ncurses
-KERNEL_VERSION ?= 5.10.15
+KERNEL_VERSION ?= 5.10.19
KERNEL_MAJOR := $(firstword $(subst ., ,$(KERNEL_VERSION)))
KERNEL_FULLVERSION := $(if $(word 2,$(subst ., ,$(KERNEL_VERSION))),$(KERNEL_VERSION),$(KERNEL_VERSION).0)