summaryrefslogtreecommitdiff
path: root/mk/linux-ver.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-12-26 13:46:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-12-26 13:46:20 +0100
commit134df1932fdb77a54029d8e1028d27a00f911db9 (patch)
treee56bceec9fe1c0a455f6378a13c3f93651316304 /mk/linux-ver.mk
parentc043589e2d49f6a13907d300260e9b4236fdac09 (diff)
linux: update to 6.0.15, reduce mini.config from rockpi4-plus
Diffstat (limited to 'mk/linux-ver.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 3c759afed..17cb2012b 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_0),y)
-KERNEL_FILE_VER:= 6.0.11
+KERNEL_FILE_VER:= 6.0.15
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:= 2bae6131e64971e1e34ff395fa542971134c857bdb0b29069ab847c7c9a9c762
+KERNEL_HASH:= d484eb3d4f88be14b42507a85ad4b0932e92e7a742acbce74e8be007124a6820
endif
ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_15),y)
KERNEL_FILE_VER:= 5.15.85