diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-29 09:55:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-29 09:55:07 +0200 |
commit | 5ccbcabea3c0ce7a6e771c8cfc85efa31bf7e28a (patch) | |
tree | 9333319190ccae1e5c3e1b0b73e9012830aa6c98 /mk | |
parent | 61d5e3c334d140164131fba93f2e96b60bef1289 (diff) |
linux: update to 6.1.49
Diffstat (limited to 'mk')
-rw-r--r-- | mk/linux-ver.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/linux-ver.mk b/mk/linux-ver.mk index 532f141e9..b6c96e93c 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_1),y) -KERNEL_FILE_VER:= 6.1.44 +KERNEL_FILE_VER:= 6.1.49 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 2e51d41fe11d082ae167cee05772bb07ca7f19448d2b46772d8ca2db7673a1a5 +KERNEL_HASH:= c9ea14231ca4ca6e3882a9339a8c3c414e4c91519d3e50af6822f47e99057a0f endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_15),y) KERNEL_FILE_VER:= 5.15.120 |