From c96db6c0131a746fb77755e02ff86bfc49005f09 Mon Sep 17 00:00:00 2001 From: Tony Ambardar Date: Sun, 29 Dec 2024 01:39:03 -0800 Subject: [PATCH] malta: 6.12: enable kernel for testing All four subtargets build successfully and run under QEMU. Signed-off-by: Tony Ambardar Link: https://github.com/openwrt/openwrt/pull/18712 Signed-off-by: Hauke Mehrtens --- target/linux/malta/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 319e06579e7..6de1c990cc3 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -11,6 +11,7 @@ INITRAMFS_EXTRA_FILES:= FEATURES:=cpiogz ext4 ramdisk squashfs targz KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk -- 2.47.2