[openwrt/openwrt] qualcommbe: use kernel 6.12 by default
LEDE Commits
lede-commits at lists.infradead.org
Mon Jun 2 00:44:26 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c7e1fc54ee57803e1fc98e45cbeae053e7853110
commit c7e1fc54ee57803e1fc98e45cbeae053e7853110
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
AuthorDate: Sat May 31 10:37:10 2025 -0500
qualcommbe: use kernel 6.12 by default
The qualcommbe target was introduced after openwrt-24.10. The v6.12
kernel is now available, and is likely to be used by the next openwrt
release.While the v6.6 kernel served as an interim development vehicle,
it is no longer useful for the qualcommbe target
The v6.12 patches contain more recent submissions of pending ipq95xx
drivers. I expect that it will be much easier to update v6.12 patches
with new submissions. For ease of maintenance, it makes sense to use
a single kernel for qualcommbe.
For these reasons, enable v6.12 by default.
Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18982
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/qualcommbe/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/qualcommbe/Makefile b/target/linux/qualcommbe/Makefile
index 9fd8690d19..c9cda85293 100644
--- a/target/linux/qualcommbe/Makefile
+++ b/target/linux/qualcommbe/Makefile
@@ -8,8 +8,7 @@ KERNELNAME:=Image
CPU_TYPE:=cortex-a53
SUBTARGETS:=ipq95xx
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
More information about the lede-commits
mailing list