diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-07 08:04:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-08 08:50:31 +0100 |
commit | bfbb1c373dc182e2145c0e5be64cb59ea0874c48 (patch) | |
tree | 340e4e95afca342f7528e6dd33771602511c9ad4 /mk | |
parent | 73f41daa09760389db8ac1cc66ec2c28097eedcd (diff) |
linux: update latest stable kernel to 6.6.10
Diffstat (limited to 'mk')
-rw-r--r-- | mk/linux-ver.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/linux-ver.mk b/mk/linux-ver.mk index 9e39bbf6e..69da391bf 100644 --- a/mk/linux-ver.mk +++ b/mk/linux-ver.mk @@ -15,11 +15,11 @@ KERNEL_FILE_VER:= $(ADK_TARGET_LINUX_KERNEL_GIT) KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(ADK_TARGET_LINUX_KERNEL_GIT_VER)-$(KERNEL_RELEASE) endif -ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_5),y) -KERNEL_FILE_VER:= 6.5.5 +ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_6),y) +KERNEL_FILE_VER:= 6.6.10 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 8cf10379f7df8ea731e09bff3d0827414e4b643dd41dc99d0af339669646ef95 +KERNEL_HASH:= 9ee627e4c109aec7fca3eda5898e81d201af2c7eb2f7d9d7d94c1f0e1205546c endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_1),y) KERNEL_FILE_VER:= 6.1.69 |