[openwrt/openwrt] ipq40xx: switch default to 6.6

LEDE Commits lede-commits at lists.infradead.org
Fri Apr 26 03:31:06 PDT 2024


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/414646ef6cae8a542f7334f252ae2f40f35148be

commit 414646ef6cae8a542f7334f252ae2f40f35148be
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Fri Apr 26 12:29:30 2024 +0200

    ipq40xx: switch default to 6.6
    
    Switch default kernel version for ipq40xx to 6.6.
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 target/linux/ipq40xx/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile
index be48e4be52..30091e5d29 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:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
 
 KERNELNAME:=zImage Image dtbs
 




More information about the lede-commits mailing list