diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-06-02 10:45:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-06-02 10:45:10 +0200 |
commit | fa6dd72d979e7080e6f5e58e96f8db9d74fe2aeb (patch) | |
tree | c78bddeb461c92cb4e6bd2a34aaf653b07ede782 | |
parent | 96a9d76b2dbe1907248d442fec9894bdd5d1f397 (diff) |
linux: update to 6.6.32
-rw-r--r-- | mk/linux-ver.mk | 4 | ||||
-rw-r--r-- | target/linux/Config.in.kernelversion | 2 | ||||
-rw-r--r-- | target/linux/patches/6.6.32/armnommu-fix-thread-registers.patch (renamed from target/linux/patches/6.6.30/armnommu-fix-thread-registers.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/6.6.32/armnommu-versatile.patch (renamed from target/linux/patches/6.6.30/armnommu-versatile.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/6.6.32/hppa-cross-compile.patch (renamed from target/linux/patches/6.6.30/hppa-cross-compile.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/6.6.32/macsonic.patch (renamed from target/linux/patches/6.6.30/macsonic.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/6.6.32/riscv-flat.patch (renamed from target/linux/patches/6.6.30/riscv-flat.patch) | 0 |
7 files changed, 3 insertions, 3 deletions
diff --git a/mk/linux-ver.mk b/mk/linux-ver.mk index 1df185d77..201e68d4a 100644 --- a/mk/linux-ver.mk +++ b/mk/linux-ver.mk @@ -28,10 +28,10 @@ KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) KERNEL_HASH:= b78dcd09f6b725872a2c0c87a70a064b0fbbcccfe5ce60aa46c669934a9e28b6 endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_6),y) -KERNEL_FILE_VER:= 6.6.30 +KERNEL_FILE_VER:= 6.6.32 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= b66a5b863b0f8669448b74ca83bd641a856f164b29956e539bbcb5fdeeab9cc6 +KERNEL_HASH:= aaa824eaf07f61911d22b75ff090a403c3dd0bd73e23933e0bba8b5971436ce1 endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_1),y) KERNEL_FILE_VER:= 6.1.90 diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion index 477aba87b..e2aa143f1 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -63,7 +63,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_6_8 depends on !ADK_TARGET_ARCH_NDS32 config ADK_TARGET_LINUX_KERNEL_VERSION_6_6 - bool "6.6.30" + bool "6.6.32" 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.6.30/armnommu-fix-thread-registers.patch b/target/linux/patches/6.6.32/armnommu-fix-thread-registers.patch index 8ab2196dc..8ab2196dc 100644 --- a/target/linux/patches/6.6.30/armnommu-fix-thread-registers.patch +++ b/target/linux/patches/6.6.32/armnommu-fix-thread-registers.patch diff --git a/target/linux/patches/6.6.30/armnommu-versatile.patch b/target/linux/patches/6.6.32/armnommu-versatile.patch index f8f10f50b..f8f10f50b 100644 --- a/target/linux/patches/6.6.30/armnommu-versatile.patch +++ b/target/linux/patches/6.6.32/armnommu-versatile.patch diff --git a/target/linux/patches/6.6.30/hppa-cross-compile.patch b/target/linux/patches/6.6.32/hppa-cross-compile.patch index 51c24fff2..51c24fff2 100644 --- a/target/linux/patches/6.6.30/hppa-cross-compile.patch +++ b/target/linux/patches/6.6.32/hppa-cross-compile.patch diff --git a/target/linux/patches/6.6.30/macsonic.patch b/target/linux/patches/6.6.32/macsonic.patch index 51e76113b..51e76113b 100644 --- a/target/linux/patches/6.6.30/macsonic.patch +++ b/target/linux/patches/6.6.32/macsonic.patch diff --git a/target/linux/patches/6.6.30/riscv-flat.patch b/target/linux/patches/6.6.32/riscv-flat.patch index 6d26c638f..6d26c638f 100644 --- a/target/linux/patches/6.6.30/riscv-flat.patch +++ b/target/linux/patches/6.6.32/riscv-flat.patch |