aboutsummaryrefslogtreecommitdiffstats
path: root/sub/kernel/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-05-03 13:25:58 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-05-03 13:25:58 +0000
commit1202c964c4e91083a3c60b41b9c11e220bfa759d (patch)
tree06ba8f1d5710e33ddae778886705da8930ee71c4 /sub/kernel/Makefile
parent68218b9312bf91fcd937ee29b84cbbf490083620 (diff)
downloadlh-bootstrap-1202c964c4e91083a3c60b41b9c11e220bfa759d.tar.gz
Update versions for 2019-05-03
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 cf1dcbd..ea86c9b 100644
--- a/sub/kernel/Makefile
+++ b/sub/kernel/Makefile
@@ -1,5 +1,5 @@
-KERNEL_VERSION ?= 4.15.12
+KERNEL_VERSION ?= 5.0.11
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"