From 0c2dd45bb46a689611bc8c568103c7011ec3ad06 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 17 Jul 2017 20:18:48 +0000 Subject: Update kernel, musl and busybox versions --- 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 1625fba..d32e2c5 100644 --- a/sub/kernel/Makefile +++ b/sub/kernel/Makefile @@ -1,5 +1,5 @@ -KERNEL_VERSION ?= 4.11.2 +KERNEL_VERSION ?= 4.12.2 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.3.1