From: Hauke Mehrtens Date: Mon, 14 Jul 2025 21:35:44 +0000 (+0200) Subject: malta: use kernel 6.12 by default X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=472ae5d8266f36ae807229f6d57350caa7e2245f;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 6de1c990cc3..de0477bd9ac 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