Browse Source

linux: update to 6.6.16

Waldemar Brodkorb 3 months ago
parent
commit
d4f89a2500

+ 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_6),y)
-KERNEL_FILE_VER:=	6.6.10
+KERNEL_FILE_VER:=	6.6.16
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		9ee627e4c109aec7fca3eda5898e81d201af2c7eb2f7d9d7d94c1f0e1205546c
+KERNEL_HASH:=		b21d5795a3bead4f112916423222faa8a0f519e4201df343e3eb88dc9e4aaa30
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_1),y)
 KERNEL_FILE_VER:=	6.1.77

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

@@ -43,7 +43,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_6
-	bool "6.6.10"
+	bool "6.6.16"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_C6X

+ 0 - 0
target/linux/patches/6.6.10/armnommu-fix-thread-registers.patch → target/linux/patches/6.6.16/armnommu-fix-thread-registers.patch


+ 0 - 0
target/linux/patches/6.6.10/armnommu-versatile.patch → target/linux/patches/6.6.16/armnommu-versatile.patch