Ver código fonte

linux: update to 6.12.18

Waldemar Brodkorb 7 meses atrás
pai
commit
4e8081e6f9
2 arquivos alterados com 3 adições e 3 exclusões
  1. 2 2
      mk/linux-ver.mk
  2. 1 1
      target/linux/Config.in.kernelversion

+ 2 - 2
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_12),y)
-KERNEL_FILE_VER:=	6.12.11
+KERNEL_FILE_VER:=	6.12.18
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		475172fdbd87a153f123a57952672e773bdb6daf5b58a417d1a5e419fcfeec49
+KERNEL_HASH:=		beb902a5f69d9e57710112203db38111dad6d30556ea8ce389284c8077fe944d
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_6),y)
 KERNEL_FILE_VER:=	6.6.77

+ 1 - 1
target/linux/Config.in.kernelversion

@@ -40,7 +40,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_GIT
 	select ADK_TARGET_LINUX_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_6_12
-	bool "6.12.11"
+	bool "6.12.18"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_C6X