[openwrt/openwrt] mpc85xx: switch to kernel 6.6

LEDE Commits lede-commits at lists.infradead.org
Tue Aug 6 12:40:35 PDT 2024


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

commit ed4b434ab98773852d5a3ec54de8ef9adbedda9e
Author: Pawel Dembicki <paweldembicki at gmail.com>
AuthorDate: Tue Aug 6 10:42:27 2024 +0200

    mpc85xx: switch to kernel 6.6
    
    It's time for wide tests.
    
    Signed-off-by: Pawel Dembicki <paweldembicki at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/16087
    Signed-off-by: Robert Marko <robimarko 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 7c8453776b..a095714c8a 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:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
 
 KERNELNAME:=zImage
 




More information about the lede-commits mailing list