From: Petr Štetiar Date: Tue, 29 Mar 2022 07:33:31 +0000 (+0200) Subject: imx: enable 5.15 as testing kernel X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5188e43d45ba73683983e3d69b94a15108f902c8;p=openwrt%2Fstaging%2Fthess.git imx: enable 5.15 as testing kernel So anyone interested can help with new kernel version integration and testing. Signed-off-by: Petr Štetiar --- diff --git a/target/linux/imx/Makefile b/target/linux/imx/Makefile index b293655a9a..ea035d6da6 100644 --- a/target/linux/imx/Makefile +++ b/target/linux/imx/Makefile @@ -11,6 +11,7 @@ FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubif SUBTARGETS:=cortexa7 cortexa9 KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk