[openwrt/openwrt] malta: use kernel 6.12 by default
LEDE Commits
lede-commits at lists.infradead.org
Sun Jul 20 14:38:15 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/472ae5d8266f36ae807229f6d57350caa7e2245f
commit 472ae5d8266f36ae807229f6d57350caa7e2245f
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Jul 14 23:35:44 2025 +0200
malta: use kernel 6.12 by default
Switch to Linux kernel version 6.12.
Link: https://github.com/openwrt/openwrt/pull/19414
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/malta/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile
index 6de1c990cc..de0477bd9a 100644
--- a/target/linux/malta/Makefile
+++ b/target/linux/malta/Makefile
@@ -10,8 +10,7 @@ SUBTARGETS:=le be le64 be64
INITRAMFS_EXTRA_FILES:=
FEATURES:=cpiogz ext4 ramdisk squashfs targz
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
include $(INCLUDE_DIR)/target.mk
More information about the lede-commits
mailing list