summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-09-11 19:59:27 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-09-11 19:59:27 +0200
commit1863be7c63a2ac49bcb447c52ae6b9428a8ed1cd (patch)
treed886a6f6ea12dcb9a1ac71c93b61c50d84abe504 /mk
parente8dccced08ddbb0e8e0302b66503070bd14af94f (diff)
linux: update to 4.13.1
Diffstat (limited to 'mk')
-rw-r--r--mk/kernel-ver.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index 87de97c4a..5fd238a47 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_13),y)
-KERNEL_FILE_VER:= 4.13
+KERNEL_FILE_VER:= 4.13.1
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:= 2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c
+KERNEL_HASH:= decee7a2de34aea921fce3e7934f520790fe43176de29bd9718a84419ca6e1ce
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_4_12),y)
KERNEL_FILE_VER:= 4.12.10