summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-01-07 13:53:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-01-08 08:50:33 +0100
commit6e16ec8808e03e038a22f7327ae8a1d8eb63bf3f (patch)
treef65ca3fbbd6c6351fe717a04ebd8a0e55a483340 /mk
parent578d0fe17c8db189dac669a4dbf5d47cd1b706e0 (diff)
linux: update to 5.10.206
Diffstat (limited to '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 7fa20b904..915376916 100644
--- a/mk/linux-ver.mk
+++ b/mk/linux-ver.mk
@@ -34,10 +34,10 @@ KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
KERNEL_HASH:= 5a807a5fa2a80ada957d8079681dfb5cc196ec26f43244d1c8a4fd7af592d192
endif
ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_10),y)
-KERNEL_FILE_VER:= 5.10.192
+KERNEL_FILE_VER:= 5.10.206
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:= c40d11ee56e50a132429badbd1ba1c53e42b3312590b2a39be34c241d1b0b5b9
+KERNEL_HASH:= c43d613216e6c5197519a4e979de5c1b510100858ff591963931c99e59c7485b
endif
ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_4),y)
KERNEL_FILE_VER:= 5.4.254