diff options
author | Nick Hainke <vincent@systemli.org> | 2022-07-20 20:39:09 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-09-09 11:15:07 +0200 |
commit | 5f458e64a9bca6875d7974fd5b9cd570f5d2d40c (patch) | |
tree | e86e83ff7f6e37ba57aaa14e125a1f4dbf235439 | |
parent | bd6783f4fb8f6171927e9067c0005a6d69fc13fe (diff) | |
download | upstream-5f458e64a9bca6875d7974fd5b9cd570f5d2d40c.tar.gz upstream-5f458e64a9bca6875d7974fd5b9cd570f5d2d40c.tar.bz2 upstream-5f458e64a9bca6875d7974fd5b9cd570f5d2d40c.zip |
ipq40xx: switch to 5.15 as default kernel
The testing kernel received now multiple months of testing. Set 5.15 as
default to give it a test with a broader audience.
Tested on:
- MikroTik SXTsq 5 AC
- FritzBox 4040/7530
- ZyXEL NBG6617
Signed-off-by: Nick Hainke <vincent@systemli.org>
-rw-r--r-- | target/linux/ipq40xx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 19b63cdd65..6eb9c00223 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -8,8 +8,7 @@ CPU_TYPE:=cortex-a7 CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic chromium mikrotik -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 KERNELNAME:=zImage Image dtbs |