diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-12 01:01:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-12 01:01:09 +0200 |
commit | cd4cc262bb17911e0bfa42a0c3ec9529a8f18e54 (patch) | |
tree | d8a5363600cf44396dc9af58997ac886ea84d1ca | |
parent | 905996b01a4c3e93f45e46d04c09a9d35a927a79 (diff) |
linux: update to 6.12.41
-rw-r--r-- | mk/kernel-build.mk | 2 | ||||
-rw-r--r-- | mk/linux-ver.mk | 4 | ||||
-rw-r--r-- | target/linux/Config.in.kernelversion | 2 | ||||
-rw-r--r-- | target/linux/patches/6.12.41/armnommu-versatile.patch (renamed from target/linux/patches/6.12.37/armnommu-versatile.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/6.12.41/hppa-cross-compile.patch (renamed from target/linux/patches/6.12.37/hppa-cross-compile.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/6.12.41/macsonic.patch (renamed from target/linux/patches/6.12.37/macsonic.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/6.12.41/mips-vdso-gcc15.patch (renamed from target/linux/patches/6.12.37/mips-vdso-gcc15.patch) | 0 |
7 files changed, 4 insertions, 4 deletions
diff --git a/mk/kernel-build.mk b/mk/kernel-build.mk index 29458abf0..f13bad41a 100644 --- a/mk/kernel-build.mk +++ b/mk/kernel-build.mk @@ -121,7 +121,7 @@ ifneq ($(KERNEL_MODULES_USED),) done $(CMD_TRACE) " done" $(END_TRACE) - $(CP) $(LINUX_BUILD_DIR)/modules/lib/modules/$(KERNEL_VERSION)/modules.{order,builtin} \ + -$(CP) $(LINUX_BUILD_DIR)/modules/lib/modules/$(KERNEL_VERSION)/modules.{order,builtin} \ $(TARGET_DIR)/lib/modules/$(KERNEL_VERSION)/ endif diff --git a/mk/linux-ver.mk b/mk/linux-ver.mk index 35484975e..28984aebe 100644 --- a/mk/linux-ver.mk +++ b/mk/linux-ver.mk @@ -22,10 +22,10 @@ KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) KERNEL_HASH:= 2bb586c954277d070c8fdf6d7275faa93b4807d9bf3353b491d8149cca02b4fc endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_12),y) -KERNEL_FILE_VER:= 6.12.37 +KERNEL_FILE_VER:= 6.12.41 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 936fdfd2405b5e0ac38d4e094b07772610c22cd478f4bb257c9bf929e762ff95 +KERNEL_HASH:= 6b19a3ae99423de2416964d67251d745910277af258b4c4c63e88fd87dbf0e27 endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_6),y) KERNEL_FILE_VER:= 6.6.88 diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion index 372bb524e..5b99abb22 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -51,7 +51,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_6_15 depends on !ADK_TARGET_ARCH_NDS32 config ADK_TARGET_LINUX_KERNEL_VERSION_6_12 - bool "6.12.37" + bool "6.12.41" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_C6X diff --git a/target/linux/patches/6.12.37/armnommu-versatile.patch b/target/linux/patches/6.12.41/armnommu-versatile.patch index f8f10f50b..f8f10f50b 100644 --- a/target/linux/patches/6.12.37/armnommu-versatile.patch +++ b/target/linux/patches/6.12.41/armnommu-versatile.patch diff --git a/target/linux/patches/6.12.37/hppa-cross-compile.patch b/target/linux/patches/6.12.41/hppa-cross-compile.patch index 51c24fff2..51c24fff2 100644 --- a/target/linux/patches/6.12.37/hppa-cross-compile.patch +++ b/target/linux/patches/6.12.41/hppa-cross-compile.patch diff --git a/target/linux/patches/6.12.37/macsonic.patch b/target/linux/patches/6.12.41/macsonic.patch index 51e76113b..51e76113b 100644 --- a/target/linux/patches/6.12.37/macsonic.patch +++ b/target/linux/patches/6.12.41/macsonic.patch diff --git a/target/linux/patches/6.12.37/mips-vdso-gcc15.patch b/target/linux/patches/6.12.41/mips-vdso-gcc15.patch index c18bc6c92..c18bc6c92 100644 --- a/target/linux/patches/6.12.37/mips-vdso-gcc15.patch +++ b/target/linux/patches/6.12.41/mips-vdso-gcc15.patch |