From 56e81eeb10899e01a6af901ae84adc0025e22abd Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 23 Mar 2018 11:34:56 +0000 Subject: Update kernel to 4.15.12 --- sub/kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub/kernel/Makefile') 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" -- cgit v1.2.3