diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-19 01:21:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-19 01:21:07 +0200 |
commit | 98910c146720f1d83f658c2626c74183dc94eeea (patch) | |
tree | e5055a7763372ba475967ff0944df2124b9a00d5 /mk | |
parent | ec225117c5400cb2d8f137c0b681d6a2993231a2 (diff) |
linux: update to 6.16.x
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 28984aebe..2c4edffb5 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_15),y) -KERNEL_FILE_VER:= 6.15.6 +ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_16),y) +KERNEL_FILE_VER:= 6.16.7 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 2bb586c954277d070c8fdf6d7275faa93b4807d9bf3353b491d8149cca02b4fc +KERNEL_HASH:= 5be3daa1f9427b1bdb34c4894d9c1adfac38cff674376fe0611a3065729a1a81 endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_12),y) KERNEL_FILE_VER:= 6.12.41 |