aboutsummaryrefslogtreecommitdiff
path: root/sub/kernel
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-01-03 18:01:11 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-01-03 18:01:11 +0000
commitd7e8c75b56a90940bb4bdb18de72f641ade0a042 (patch)
tree23fd6ffe06f3e7941e345c69771b1eef95854560 /sub/kernel
parenta57659465b7eadbfec6d5bb09de6f60903035bf2 (diff)
downloadlh-bootstrap-d7e8c75b56a90940bb4bdb18de72f641ade0a042.tar.xz
Modernize, convert to s6li v1
Diffstat (limited to 'sub/kernel')
-rw-r--r--sub/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/kernel/Makefile b/sub/kernel/Makefile
index ea86c9b..049069d 100644
--- a/sub/kernel/Makefile
+++ b/sub/kernel/Makefile
@@ -1,5 +1,5 @@
-KERNEL_VERSION ?= 5.0.11
+KERNEL_VERSION ?= 5.4.7
KERNEL_MAJOR := $(firstword $(subst ., ,$(KERNEL_VERSION)))
KERNEL_ENV := DEPMOD=$(OUTPUT)/build-build/opt/kmod/bin/depmod INSTALL_MOD_PATH=$(OUTPUT)/rootfs CROSS_COMPILE=$(BUILD_HOST_PREFIX)- ARCH=$(KERNEL_GENERIC_ARCH) INSTALL_MOD_STRIP="-R .note -R .comment -R .note.GNU-stack --strip-debug"