diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-02-18 18:25:39 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-02-18 18:25:39 +0000 |
commit | c94db263098a005486d3eddb1d0f6c26387ac7d2 (patch) | |
tree | 062ea10783c280113c2cce3be718cb4327bbb556 | |
parent | 06f0a1d2e6e418cdd6e649fdb65734e0fb2af86c (diff) |
linux: update to 4.15.4
-rw-r--r-- | mk/kernel-ver.mk | 4 | ||||
-rw-r--r-- | target/config/Config.in.kernelversion | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 1dda5134c..316bfc06e 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -16,10 +16,10 @@ KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(ADK_TARGET_KERNEL_GIT_VER)-$(KERNEL_RELEASE) endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_15),y) -KERNEL_FILE_VER:= 4.15 +KERNEL_FILE_VER:= 4.15.4 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769 +KERNEL_HASH:= a23d7e1a9c1f72528531d9933e59e4cc4556752a2ea029fdc66a1b0fd24c8a3a endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_14),y) KERNEL_FILE_VER:= 4.14.8 diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index ad2ab92e3..588b2ca64 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -34,7 +34,7 @@ config ADK_TARGET_KERNEL_VERSION_GIT select ADK_TARGET_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK config ADK_TARGET_KERNEL_VERSION_4_15 - bool "4.15" + bool "4.15.4" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_CSKY |