[openwrt/openwrt] octeon: switch to Kernel 5.15 by default

LEDE Commits lede-commits at lists.infradead.org
Fri Apr 7 15:47:25 PDT 2023


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c8934099bfe297639e6a537f52cb0a2849196e1f

commit c8934099bfe297639e6a537f52cb0a2849196e1f
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Wed Feb 22 19:59:58 2023 +0100

    octeon: switch to Kernel 5.15 by default
    
    Getting ready for the next release.
    
    Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 target/linux/octeon/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile
index beb3e5436a..4b5c4c07c1 100644
--- a/target/linux/octeon/Makefile
+++ b/target/linux/octeon/Makefile
@@ -10,8 +10,7 @@ BOARDNAME:=Cavium Networks Octeon
 FEATURES:=squashfs ramdisk pci usb
 CPU_TYPE:=octeonplus
 
-KERNEL_PATCHVER:=5.10
-KERNEL_TESTING_PATCHVER:=5.15
+KERNEL_PATCHVER:=5.15
 
 define Target/Description
 	Build firmware images for Cavium Networks Octeon-based boards.




More information about the lede-commits mailing list