summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-02-15 21:52:09 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-02-15 21:52:09 +0100
commitf2c902c52961e7f888a89745aff9bb7980117c19 (patch)
treea66916b05ec7f18cb2b6ba239fba51a0f52d1c5c /mk
parent12b3bedeb67dbf9bbf082c91aa50ee5d004e0d41 (diff)
linux: add 5.15.x suppport
Diffstat (limited to 'mk')
-rw-r--r--mk/linux-ver.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/mk/linux-ver.mk b/mk/linux-ver.mk
index 1872cfed6..6b2de55d0 100644
--- a/mk/linux-ver.mk
+++ b/mk/linux-ver.mk
@@ -15,6 +15,12 @@ KERNEL_FILE_VER:= $(ADK_TARGET_LINUX_KERNEL_GIT)
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(ADK_TARGET_LINUX_KERNEL_GIT_VER)-$(KERNEL_RELEASE)
endif
+ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_15),y)
+KERNEL_FILE_VER:= 5.15.23
+KERNEL_RELEASE:= 1
+KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
+KERNEL_HASH:= e839c6fe4db9327178ecccc7fb14035000496bb8028a32735213675eefa97a1c
+endif
ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_10),y)
KERNEL_FILE_VER:= 5.10.100
KERNEL_RELEASE:= 1