[openwrt/openwrt] mpc85xx: switch to 6.1 kernel

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 24 13:20:52 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2733831e1cdf0e37e2ba353b2dcd8f4c014c2831

commit 2733831e1cdf0e37e2ba353b2dcd8f4c014c2831
Author: Pawel Dembicki <paweldembicki at gmail.com>
AuthorDate: Wed Mar 13 08:48:39 2024 +0100

    mpc85xx: switch to 6.1 kernel
    
    We need to prepare for 6.6. Switch to 6.1 for wider testing.
    
    Signed-off-by: Pawel Dembicki <paweldembicki at gmail.com>
---
 target/linux/mpc85xx/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile
index 7d90e1cbb3..bcbd430a65 100644
--- a/target/linux/mpc85xx/Makefile
+++ b/target/linux/mpc85xx/Makefile
@@ -11,8 +11,7 @@ CPU_TYPE:=8548
 FEATURES:=squashfs ramdisk nand
 SUBTARGETS:=p1010 p1020 p2020
 
-KERNEL_PATCHVER:=5.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
 
 KERNELNAME:=zImage
 




More information about the lede-commits mailing list