ramips: Switch default kernel to 5.15
authorRodrigo B. de Sousa Martins <rodrigo.sousa.577@gmail.com>
Tue, 15 Nov 2022 19:05:16 +0000 (16:05 -0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Fri, 17 Feb 2023 14:31:53 +0000 (16:31 +0200)
I tested kernel 5.15 on my device for several times without any problems.
In my tests, 5.15 kernel has performance improvements such MGLRU.
Finally, initial kernel 6.1 support is imminent. All ramips subtargets have
5.15 as testing kernel. So, it's time to change.

Tested on my Archer C6 v3.2 (mt7621)

Signed-off-by: Rodrigo B. de Sousa Martins <rodrigo.sousa.577@gmail.com>
[reformat commit subject and message]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
target/linux/ramips/Makefile

index 7d34dfe6761b158759be9c25e9cb0ee97a94f3f2..77b82d5334c220aab744482bba72e2a2dc5fdfe7 100644 (file)
@@ -10,8 +10,7 @@ BOARDNAME:=MediaTek Ralink MIPS
 SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883
 FEATURES:=squashfs gpio
 
-KERNEL_PATCHVER:=5.10
-KERNEL_TESTING_PATCHVER:=5.15
+KERNEL_PATCHVER:=5.15
 
 define Target/Description
        Build firmware images for Ralink RT288x/RT3xxx based boards.