From af138883f974ffeec962c405c05f5f2626412265 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 5 Apr 2023 09:05:48 +0200 Subject: linux: update 5.15.x --- mk/linux-ver.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/linux-ver.mk b/mk/linux-ver.mk index 7cd3003d7..47f1e82da 100644 --- a/mk/linux-ver.mk +++ b/mk/linux-ver.mk @@ -22,10 +22,10 @@ KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) KERNEL_HASH:= 2be89141cef74d0e5a55540d203eb8010dfddb3c82d617e66b058f20b19cfda8 endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_15),y) -KERNEL_FILE_VER:= 5.15.89 +KERNEL_FILE_VER:= 5.15.105 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= e7311b874e014bb6d37c051319bd6a4a4e3d05a1c32546522deabbfd2d752fe8 +KERNEL_HASH:= 01b537650332d2852722a626169cf7e5e798d11f9b578171b477868555f5e44f endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_10),y) KERNEL_FILE_VER:= 5.10.146 -- cgit v1.2.3