summaryrefslogtreecommitdiff
path: root/mk/linux-ver.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-30 02:43:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-30 18:06:41 +0200
commit3946f4e6fae0a30bcec46259598eb0a3ee7e6bd2 (patch)
treea432c5d8015f10dae53da05630e19ae4783b22a8 /mk/linux-ver.mk
parent75b96295f1876e02d38cf66dfef67b453d9fb258 (diff)
linux: update to 6.1.135
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 57c2f2708..c0d1c1192 100644
--- a/mk/linux-ver.mk
+++ b/mk/linux-ver.mk
@@ -34,10 +34,10 @@ KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
KERNEL_HASH:= 19df89b63ef7e950de7297dabfac0569183bf87636f4c300a25336c7da490650
endif
ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_1),y)
-KERNEL_FILE_VER:= 6.1.130
+KERNEL_FILE_VER:= 6.1.135
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:= 9416b2c2d448ec7f54bb0ce5713fb34c32dae4a4edf1abd8cf7a8995cbac66fd
+KERNEL_HASH:= e9d17ae1ff96a771e0c5061a50cf9209ce457cf28c8e01165d611523f3957eb9
endif
ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_15),y)
KERNEL_FILE_VER:= 5.15.178