From: Nick Hainke Date: Wed, 1 Feb 2023 10:42:57 +0000 (+0100) Subject: mpc85xx: switch default kernel to 5.15 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9837f81baedaeda6a334d5ffead7bc1c731ae2df;p=openwrt%2Fstaging%2Fstintel.git mpc85xx: switch default kernel to 5.15 The default kernel should be switched to 5.15 in order to enable testing by a broader audience. Tested on TP-Link TL-WDR4900 v1. Acked-by: Josef Schlehofer Signed-off-by: Nick Hainke --- diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 31d0d45f4f..7e84be8624 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.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 KERNELNAME:=zImage