Browse Source

linux: update to 6.16.x

Waldemar Brodkorb 3 days ago
parent
commit
98910c1467

+ 3 - 3
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

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

@@ -39,8 +39,8 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_GIT
 	depends on !ADK_TARGET_ARCH_NDS32
 	select ADK_HOST_NEED_LZ4 if ADK_TARGET_SYSTEM_PHYTEC_WEGA && ADK_TARGET_LINUX_KERNEL_VERSION_GIT
 
-config ADK_TARGET_LINUX_KERNEL_VERSION_6_15
-	bool "6.15.6"
+config ADK_TARGET_LINUX_KERNEL_VERSION_6_16
+	bool "6.16.7"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_C6X

+ 0 - 0
target/linux/patches/6.15.6/0001-pcmcia-Add-Hitachi-HD6446x-PCMCIA-socket-support.patch → target/linux/patches/6.16.7/0001-pcmcia-Add-Hitachi-HD6446x-PCMCIA-socket-support.patch


+ 0 - 0
target/linux/patches/6.15.6/orinoco.patch → target/linux/patches/6.16.7/orinoco.patch