Skip to content
Snippets Groups Projects
Verified Commit 5fa897ac authored by Marek Behun's avatar Marek Behun
Browse files

patches/openwrt: Use 5.15 kernel on Turris 1.x

parent cf00e4a5
1 merge request!679Fix kernel 5.15 on Turris 1.x and use it
Pipeline #118872 passed with stages
in 9 minutes
From 77ef6d0973bcfa8659b1e2ccd072559e496ae6f8 Mon Sep 17 00:00:00 2001
From: Josef Schlehofer <pepe.schlehofer@gmail.com>
From 010d6226d789a31c597cd83b54011c28a2688dd9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marek=20Beh=C3=BAn?= <kabel@kernel.org>
Date: Thu, 13 Oct 2022 22:36:02 +0200
Subject: [PATCH] mpc85xx: update it to kernel 5.10 | mvebu: update to 5.15
Subject: [PATCH] mpc85xx, mvebu: update to kernel 5.15
---
target/linux/mpc85xx/Makefile | 3 ++-
target/linux/mvebu/Makefile | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile
index b1771dfd8e..35d08b12d1 100644
--- a/target/linux/mpc85xx/Makefile
+++ b/target/linux/mpc85xx/Makefile
@@ -11,7 +11,8 @@ CPU_TYPE:=8540
......@@ -17,13 +15,11 @@ index b1771dfd8e..35d08b12d1 100644
SUBTARGETS:=p1010 p1020 p2020
-KERNEL_PATCHVER:=5.4
+KERNEL_PATCHVER:=5.10
+KERNEL_PATCHVER:=5.15
+KERNEL_TESTING_PATCHVER:=5.15
KERNELNAME:=zImage
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile
index 1e67bcfacb..0b378594b4 100644
--- a/target/linux/mvebu/Makefile
+++ b/target/linux/mvebu/Makefile
@@ -9,8 +9,8 @@ BOARDNAME:=Marvell EBU Armada
......@@ -37,6 +33,3 @@ index 1e67bcfacb..0b378594b4 100644
include $(INCLUDE_DIR)/target.mk
--
2.34.1
  • Thats good news for Turris 1.x users also it unifies software a bit and you dont have to maintain two kernel versions. Great work!

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