aboutsummaryrefslogtreecommitdiff
path: root/sub/kernel/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-03-23 11:34:56 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-03-23 11:34:56 +0000
commit56e81eeb10899e01a6af901ae84adc0025e22abd (patch)
tree0f0c813351071dba60f2d4b4bd37204165924173 /sub/kernel/Makefile
parenteb746d0a8eec329bcac7be6ac58fa2fbf98e5c16 (diff)
downloadlh-bootstrap-56e81eeb10899e01a6af901ae84adc0025e22abd.tar.xz
Update kernel to 4.15.12
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 d4f0009..5f6c9e9 100644
--- a/sub/kernel/Makefile
+++ b/sub/kernel/Makefile
@@ -1,5 +1,5 @@
-KERNEL_VERSION ?= 4.14.13
+KERNEL_VERSION ?= 4.15.12
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"