[openwrt/openwrt] ipq806x: add kernel 6.6 as a testing kernel version

LEDE Commits lede-commits at lists.infradead.org
Tue Apr 2 14:51:46 PDT 2024


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

commit ac0e2194ab4ce4b5f72d804046949cc076b595d6
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Wed Mar 20 01:37:50 2024 +0100

    ipq806x: add kernel 6.6 as a testing kernel version
    
    Add and enable kernel 6.6 as a testing kernel version.
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 target/linux/ipq806x/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile
index 74a0007a4e..cd6f3dc2d3 100644
--- a/target/linux/ipq806x/Makefile
+++ b/target/linux/ipq806x/Makefile
@@ -11,6 +11,7 @@ CPU_SUBTYPE:=neon-vfpv4
 SUBTARGETS:=generic chromium
 
 KERNEL_PATCHVER:=6.1
+KERNEL_TESTING_PATCHVER:=6.6
 
 KERNELNAME:=zImage Image dtbs
 




More information about the lede-commits mailing list