[openwrt/openwrt] omap: switch to kernel 6.12

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 22 01:16:42 PST 2025


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

commit 12ebda3854a9eeedec425826558c25cb97f21089
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Fri Nov 21 23:44:45 2025 +0100

    omap: switch to kernel 6.12
    
    Move the omap target to kernel 6.12 by default.
    
    Link: https://github.com/openwrt/openwrt/pull/20857
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 target/linux/omap/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile
index ba432ca103..a3086472cd 100644
--- a/target/linux/omap/Makefile
+++ b/target/linux/omap/Makefile
@@ -12,8 +12,7 @@ CPU_TYPE:=cortex-a8
 CPU_SUBTYPE:=vfpv3
 SUBTARGETS:=generic
 
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
 
 KERNELNAME:=zImage dtbs
 




More information about the lede-commits mailing list