[openwrt/openwrt] imx: enable 5.15 as testing kernel

LEDE Commits lede-commits at lists.infradead.org
Wed Mar 30 14:39:39 PDT 2022


ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5188e43d45ba73683983e3d69b94a15108f902c8

commit 5188e43d45ba73683983e3d69b94a15108f902c8
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Tue Mar 29 09:33:31 2022 +0200

    imx: enable 5.15 as testing kernel
    
    So anyone interested can help with new kernel version integration and
    testing.
    
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 target/linux/imx/Makefile | 1 +
 1 file changed, 1 insertion(+)

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
 




More information about the lede-commits mailing list