diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-06 03:53:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-06 03:53:35 +0100 |
commit | becc6a0a41d4f6b40dcb20a253fe0040d6bffad7 (patch) | |
tree | 38865a47d9ea78de584711024c1e78f16237134e /mk | |
parent | ad9ca06f6c53a83f30283fc7963836cd5fb97f67 (diff) |
linux: update to 4.9.13
Diffstat (limited to 'mk')
-rw-r--r-- | mk/kernel-ver.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 4ee59fc79..5ffaadee7 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) endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y) -KERNEL_FILE_VER:= 4.9.11 +KERNEL_FILE_VER:= 4.9.13 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 512fc1089078e8c08741b9b48427c46c47afc2087f22e4668cca1f211742f2b3 +KERNEL_HASH:= 36464aec4fb32ed192252645819abb55ceb21eef17b3f7210b4a673e7486a268 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_6),y) KERNEL_FILE_VER:= 4.6.2 |