summaryrefslogtreecommitdiff
path: root/sub/kernel/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-02-03 12:45:47 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-02-03 12:45:47 +0000
commitb0c2b7e56e62aeb2bca8b4d2ab396f3d83a48def (patch)
treebda8a4e163ba847a3ff8d684ea124b7e6a202484 /sub/kernel/Makefile
parentaaef3ede8287d966b1fbf1b8241ebe9c777e774c (diff)
downloadlh-bootstrap-b0c2b7e56e62aeb2bca8b4d2ab396f3d83a48def.tar.xz
Update kernel to 5.5.1, and kernel configs
Diffstat (limited to 'sub/kernel/Makefile')
-rw-r--r--sub/kernel/Makefile2
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)