diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-08 18:06:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-08 18:06:31 +0200 |
commit | df8458e6dca9a8f46137b39b3e5cb2e8485d2501 (patch) | |
tree | cef69c81be6e5838a870ba206588ae2c89ec892c /mk | |
parent | 77fecac50a866d45ab500b245f9d1fd9a4e8ea71 (diff) |
kernel: add 4.11 support
Diffstat (limited to 'mk')
-rw-r--r-- | mk/kernel-ver.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 05c640a2e..3899ac83f 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -15,6 +15,12 @@ KERNEL_FILE_VER:= $(ADK_TARGET_KERNEL_GIT) KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(ADK_TARGET_KERNEL_GIT_VER)-$(KERNEL_RELEASE) endif +ifeq ($(ADK_TARGET_KERNEL_VERSION_4_11),y) +KERNEL_FILE_VER:= 4.11 +KERNEL_RELEASE:= 1 +KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) +KERNEL_HASH:= b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6 +endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y) KERNEL_FILE_VER:= 4.9.22 KERNEL_RELEASE:= 1 |