diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-23 19:00:42 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2023-02-23 19:00:42 +0000 |
| commit | 0820a99c400eb6549c11e365197fe5130ca70979 (patch) | |
| tree | a7ff90a49d4a8a42ee5e8e65b4bca9e18e1dd96f /sub/kernel | |
| parent | c23c585237f71418faf063c48f399d76146f8099 (diff) | |
| download | lh-bootstrap-0820a99c400eb6549c11e365197fe5130ca70979.tar.gz | |
Update kernel to 6.1.13
Signed-off-by: Laurent Bercot <ska@appnovation.com>
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 5d183f1..71a679d 100644 --- a/sub/kernel/Makefile +++ b/sub/kernel/Makefile @@ -1,6 +1,6 @@ include sub/kernel/Makefile.ncurses -KERNEL_VERSION ?= 6.1.11 +KERNEL_VERSION ?= 6.1.13 KERNEL_MAJOR := $(firstword $(subst ., ,$(KERNEL_VERSION))) KERNEL_FULLVERSION := $(if $(word 2,$(subst ., ,$(KERNEL_VERSION))),$(KERNEL_VERSION),$(KERNEL_VERSION).0) |
