summaryrefslogtreecommitdiff
path: root/mk/linux-ver.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-29 12:53:27 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-30 18:06:40 +0200
commitbb52e696c23e1b4d0d5405554984a113092ef222 (patch)
tree6a75f71b21360423c756e51ccf9118cae82ea8be /mk/linux-ver.mk
parent33d241570a7b68d64b86ea01c1c98ac87b1877fe (diff)
linux: update to 6.14.4
Diffstat (limited to 'mk/linux-ver.mk')
-rw-r--r--mk/linux-ver.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/linux-ver.mk b/mk/linux-ver.mk
index 27f0525ec..577efc878 100644
--- a/mk/linux-ver.mk
+++ b/mk/linux-ver.mk
@@ -16,10 +16,10 @@ KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(ADK_TARGET_LINUX_KERNEL_GIT_VER)-$(KERNEL_RELEASE)
endif
ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_14),y)
-KERNEL_FILE_VER:= 6.14.2
+KERNEL_FILE_VER:= 6.14.4
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:= c5c682a354ea3190139357a57d34a79e5c37221ace823a938e10116b577a2e1b
+KERNEL_HASH:= 9452f28d7a0051fba4886712395b484c4c7fcf9f85944a62fd3d97dc923f5339
endif
ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_12),y)
KERNEL_FILE_VER:= 6.12.25