aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--sub/kernel/Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c8da364..2346211 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,6 @@ it: all
all: kernel rootfs rwfs userfs images
-all-but-kernel: rootfs rwfs userfs images
kernel: $(OUTPUT)/build-$(TRIPLE)/kernel/.lh_installed $(OUTPUT)/build-$(TRIPLE)/kernel/.lh_modules_installed
rootfs: $(OUTPUT)/tmp/.lh_rootfs_installed
rwfs: $(OUTPUT)/tmp/.lh_rwfs_installed
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)