From b0c2b7e56e62aeb2bca8b4d2ab396f3d83a48def Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 3 Feb 2020 12:45:47 +0000 Subject: Update kernel to 5.5.1, and kernel configs --- sub/kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub/kernel/Makefile') 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) -- cgit v1.3.1