diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-12 18:45:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-12 18:45:04 +0000 |
commit | d5ddd0969ceb59236cae2b6915fe6c4db07139f6 (patch) | |
tree | 5c833e0876b1b0a02a2ce704992975c8a6625b23 | |
parent | 3017ce601499ee94bd487297b25f41f8eb9d3a92 (diff) | |
download | lh-bootstrap-d5ddd0969ceb59236cae2b6915fe6c4db07139f6.tar.xz |
Update kernel to 5.10.15
-rw-r--r-- | sub/kernel/Makefile | 2 |
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) |