diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-27 21:05:20 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-27 21:05:20 +0000 |
commit | ec6197d34b5f08148f9e37d8839a1529c0df5414 (patch) | |
tree | 9b3ad3ebab34fc9faa6e91dde880709610aeeb64 /sub/kernel | |
parent | 6eea06731d9f7d347eb50e76a2e8e05fa3d46fb5 (diff) | |
download | lh-bootstrap-ec6197d34b5f08148f9e37d8839a1529c0df5414.tar.xz |
Bump kernel to 5.10.19
Diffstat (limited to 'sub/kernel')
-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 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) |