]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
malta: use kernel 6.12 by default
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 14 Jul 2025 21:35:44 +0000 (23:35 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 20 Jul 2025 21:37:37 +0000 (23:37 +0200)
Switch to Linux kernel version 6.12.

Link: https://github.com/openwrt/openwrt/pull/19414
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/malta/Makefile

index 6de1c990cc33cbd279a113ff7881add49b0f860d..de0477bd9ace7345c147ef20ae5d393252329077 100644 (file)
@@ -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