Skip to content
Snippets Groups Projects
Verified Commit df9b7953 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

pattches/openwrt: mpc85xx: switch to kernel 5.10

parent e47eadf1
Branches
Tags
No related merge requests found
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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment