[openwrt/openwrt] ipq806x: switch to 5.15 kernel by default

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 11 12:29:20 PDT 2022


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/bb451eccaa51bb7d57fd837ef586a8a0d1ab91b1

commit bb451eccaa51bb7d57fd837ef586a8a0d1ab91b1
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Mon Sep 19 13:25:34 2022 +0200

    ipq806x: switch to 5.15 kernel by default
    
    Switch to 5.15 kernel by default to promote more wider testing and use
    better upstream patch.
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 target/linux/ipq806x/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile
index 665a830e34..862ad7da00 100644
--- a/target/linux/ipq806x/Makefile
+++ b/target/linux/ipq806x/Makefile
@@ -10,8 +10,7 @@ CPU_TYPE:=cortex-a15
 CPU_SUBTYPE:=neon-vfpv4
 SUBTARGETS:=generic
 
-KERNEL_PATCHVER:=5.10
-KERNEL_TESTING_PATCHVER:=5.15
+KERNEL_PATCHVER:=5.15
 
 KERNELNAME:=zImage Image dtbs
 




More information about the lede-commits mailing list