Selaa lähdekoodia

ramips: Switch default kernel to 5.15

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 <[email protected]>
[reformat commit subject and message]
Signed-off-by: Stijn Tintel <[email protected]>
Rodrigo B. de Sousa Martins 3 vuotta sitten
vanhempi
sitoutus
77d061167c
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      target/linux/ramips/Makefile

+ 1 - 2
target/linux/ramips/Makefile

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