diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-31 20:18:00 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2023-10-31 20:18:00 +0000 |
| commit | 75f580bccb1208ce1bdbdd26d5514f9f357826f7 (patch) | |
| tree | 522aa96dc062630f4101394c457a5d0f7c995cc5 /sub | |
| parent | ffe0429b4cbbe235c6e2e8743696e03e08a87a9c (diff) | |
| download | lh-bootstrap-75f580bccb1208ce1bdbdd26d5514f9f357826f7.tar.gz | |
Roll back to linux-6.3.5 because objtool changed
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub')
| -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 ef80fbe..1345d3d 100644 --- a/sub/kernel/Makefile +++ b/sub/kernel/Makefile @@ -1,6 +1,6 @@ include sub/kernel/Makefile.ncurses -KERNEL_VERSION ?= 6.6 +KERNEL_VERSION ?= 6.3.5 KERNEL_MAJOR := $(firstword $(subst ., ,$(KERNEL_VERSION))) KERNEL_FULLVERSION := $(if $(word 2,$(subst ., ,$(KERNEL_VERSION))),$(KERNEL_VERSION),$(KERNEL_VERSION).0) |
