diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-03 15:38:36 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-03 15:38:36 +0000 |
commit | 9aa9c75a76b28032a523b5357cc274eaa6d69141 (patch) | |
tree | dee4d44856e26a172de45b2bf087a7bfd2501dba /sub | |
parent | e7d6954e0c92881ba0ea418a71de439443252918 (diff) | |
download | lh-bootstrap-9aa9c75a76b28032a523b5357cc274eaa6d69141.tar.xz |
Bump kernel to 5.10.12
Diffstat (limited to 'sub')
-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 6c92ffb..76ba62e 100644 --- a/sub/kernel/Makefile +++ b/sub/kernel/Makefile @@ -1,6 +1,6 @@ include sub/kernel/Makefile.ncurses -KERNEL_VERSION ?= 5.10.11 +KERNEL_VERSION ?= 5.10.12 KERNEL_MAJOR := $(firstword $(subst ., ,$(KERNEL_VERSION))) KERNEL_FULLVERSION := $(if $(word 2,$(subst ., ,$(KERNEL_VERSION))),$(KERNEL_VERSION),$(KERNEL_VERSION).0) |