diff options
author | Nick Hainke <vincent@systemli.org> | 2023-02-01 11:42:57 +0100 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2023-02-22 23:39:01 +0100 |
commit | 9837f81baedaeda6a334d5ffead7bc1c731ae2df (patch) | |
tree | c514d624a61a2dfed9016c442698e4d00db96e94 /target/linux | |
parent | 595509cc781e7d45d19ddead24a0c424c610b5c0 (diff) | |
download | upstream-9837f81baedaeda6a334d5ffead7bc1c731ae2df.tar.gz upstream-9837f81baedaeda6a334d5ffead7bc1c731ae2df.tar.bz2 upstream-9837f81baedaeda6a334d5ffead7bc1c731ae2df.zip |
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 <pepe.schlehofer@gmail.com>
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mpc85xx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |