diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-31 05:52:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-31 05:52:33 +0200 |
commit | c2b8143b63875c779b236405d5ea5ee9e5ec7e54 (patch) | |
tree | bbba9f0c713302667d347396393e2b2330a93339 /mk | |
parent | 2b3013ca634d4b53229092427685723c105c6f44 (diff) |
linux: fix git sources, match kernel version to avoid kernel module mismatches
Diffstat (limited to 'mk')
-rw-r--r-- | mk/kernel-ver.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 4b04654bb..fa48ff8c8 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -13,7 +13,7 @@ ifeq ($(ADK_TARGET_KERNEL_VERSION_GIT),y) KERNEL_FILE_VER:= $(ADK_TARGET_KERNEL_GIT) KERNEL_RELEASE:= 1 -KERNEL_VERSION:= $(ADK_TARGET_KERNEL_GIT_VER) +KERNEL_VERSION:= $(ADK_TARGET_KERNEL_GIT_VER)-$(KERNEL_RELEASE) endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y) KERNEL_FILE_VER:= 4.9.16 |