aboutsummaryrefslogtreecommitdiff
path: root/sub/kernel/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-07-17 20:18:48 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-07-17 20:18:48 +0000
commit0c2dd45bb46a689611bc8c568103c7011ec3ad06 (patch)
tree6f02c4999ce21c065dcbf88199c5a53001f103f7 /sub/kernel/Makefile
parent524ce52adb7bbcf127251ef4f021f0bf7cb3611e (diff)
downloadlh-bootstrap-0c2dd45bb46a689611bc8c568103c7011ec3ad06.tar.xz
Update kernel, musl and busybox versions
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 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"