From: Tim Harvey Date: Fri, 30 May 2025 16:29:19 +0000 (-0700) Subject: imx: add 6.12 kernel as testing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19029%2Fhead;p=thirdparty%2Fopenwrt.git imx: add 6.12 kernel as testing Allow selecting 6.12 as testing kernel on imx. Signed-off-by: Tim Harvey Link: https://github.com/openwrt/openwrt/pull/19029 Signed-off-by: Nick Hainke --- diff --git a/target/linux/imx/Makefile b/target/linux/imx/Makefile index 2eb12943c3d..bba6332eea7 100644 --- a/target/linux/imx/Makefile +++ b/target/linux/imx/Makefile @@ -10,6 +10,7 @@ FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubif SUBTARGETS:=cortexa7 cortexa9 cortexa53 KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk