diff --git a/patches/openwrt/wip/0000-mpc85xx-and-mvebu-switch-to-kernel-5.15.patch b/patches/openwrt/wip/0000-mpc85xx-and-mvebu-switch-to-kernel-5.15.patch index fa62009b98561b86136a4cd33b51af4bfad2209e..0756b4a81082418c9d18138b135821a7c667ef5f 100644 --- a/patches/openwrt/wip/0000-mpc85xx-and-mvebu-switch-to-kernel-5.15.patch +++ b/patches/openwrt/wip/0000-mpc85xx-and-mvebu-switch-to-kernel-5.15.patch @@ -1,21 +1,23 @@ -From 8ec538c0d6e20d101c30b39740fc2fae8e70b816 Mon Sep 17 00:00:00 2001 +From 77ef6d0973bcfa8659b1e2ccd072559e496ae6f8 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer <pepe.schlehofer@gmail.com> -Date: Sun, 9 Oct 2022 19:37:19 +0200 -Subject: [PATCH] mpc85xx and mvebu: switch to kernel 5.15 +Date: Thu, 13 Oct 2022 22:36:02 +0200 +Subject: [PATCH] mpc85xx: update it to kernel 5.10 | mvebu: update to 5.15 --- - target/linux/mpc85xx/Makefile | 1 + + target/linux/mpc85xx/Makefile | 3 ++- target/linux/mvebu/Makefile | 4 ++-- - 2 files changed, 3 insertions(+), 2 deletions(-) + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile -index b1771dfd8e..ced6bb1278 100644 +index b1771dfd8e..35d08b12d1 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile -@@ -12,6 +12,7 @@ FEATURES:=squashfs ramdisk +@@ -11,7 +11,8 @@ CPU_TYPE:=8540 + FEATURES:=squashfs ramdisk nand spe_fpu SUBTARGETS:=p1010 p1020 p2020 - KERNEL_PATCHVER:=5.4 +-KERNEL_PATCHVER:=5.4 ++KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 KERNELNAME:=zImage