diff options
author | Tim Harvey <tharvey@gateworks.com> | 2024-01-08 13:25:39 -0800 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2024-02-02 17:31:43 +0100 |
commit | e8986fbaae846b4003d3d53f7aee2fec5182e870 (patch) | |
tree | 519d138132a4ccb5d82ec44f870b90030183e50b /target/linux/imx | |
parent | fb260693611652b453f9b49f912d245a325cca38 (diff) |
imx: add 6.1 kernel as testing
allow to test 6.1 kernel for imx
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'target/linux/imx')
-rw-r--r-- | target/linux/imx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/imx/Makefile b/target/linux/imx/Makefile index 5fb7a4d339..5f7f9db589 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.15 +KERNEL_TESTING_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk |