summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2025-07-14 21:35:44 +0000
committerHauke Mehrtens2025-07-20 21:37:37 +0000
commit472ae5d8266f36ae807229f6d57350caa7e2245f (patch)
tree86b602bf1f99909ced7a33b9861889e73d7ab59d
parentccaa4933b187d465a20a8256d375b15f4390c481 (diff)
downloadopenwrt-472ae5d8266f36ae807229f6d57350caa7e2245f.tar.gz
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@hauke-m.de>
-rw-r--r--target/linux/malta/Makefile3
1 files changed, 1 insertions, 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