[openwrt/openwrt] ipq806x: switch to kernel 6.12
LEDE Commits
lede-commits at lists.infradead.org
Tue Nov 4 10:31:17 PST 2025
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/995f444f38e7065737c9637bb5236cc47eed5f92
commit 995f444f38e7065737c9637bb5236cc47eed5f92
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Tue Nov 4 19:26:05 2025 +0100
ipq806x: switch to kernel 6.12
Move the ipq806x target to kernel 6.12 by default as every kernel bump
problem has been handled.
Link: https://github.com/openwrt/openwrt/pull/20644
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 7619ec5083..f4f3c3b31e 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 chromium
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
KERNELNAME:=zImage Image dtbs
More information about the lede-commits
mailing list