diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-02-03 12:45:47 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-02-03 12:45:47 +0000 |
commit | b0c2b7e56e62aeb2bca8b4d2ab396f3d83a48def (patch) | |
tree | bda8a4e163ba847a3ff8d684ea124b7e6a202484 /sub/kernel/Makefile | |
parent | aaef3ede8287d966b1fbf1b8241ebe9c777e774c (diff) | |
download | lh-bootstrap-b0c2b7e56e62aeb2bca8b4d2ab396f3d83a48def.tar.xz |
Update kernel to 5.5.1, and kernel configs
Diffstat (limited to 'sub/kernel/Makefile')
-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 2e2dcda..c00e13e 100644 --- a/sub/kernel/Makefile +++ b/sub/kernel/Makefile @@ -1,6 +1,6 @@ include sub/kernel/Makefile.ncurses -KERNEL_VERSION ?= 5.5 +KERNEL_VERSION ?= 5.5.1 KERNEL_MAJOR := $(firstword $(subst ., ,$(KERNEL_VERSION))) KERNEL_FULLVERSION := $(if $(word 2,$(subst ., ,$(KERNEL_VERSION))),$(KERNEL_VERSION),$(KERNEL_VERSION).0) |