diff options
| author | Tim Harvey | 2024-01-08 21:25:39 +0000 |
|---|---|---|
| committer | Christian Marangi | 2024-02-02 16:31:43 +0000 |
| commit | e8986fbaae846b4003d3d53f7aee2fec5182e870 (patch) | |
| tree | 519d138132a4ccb5d82ec44f870b90030183e50b | |
| parent | fb260693611652b453f9b49f912d245a325cca38 (diff) | |
| download | robimarko-e8986fbaae846b4003d3d53f7aee2fec5182e870.tar.gz | |
imx: add 6.1 kernel as testing
allow to test 6.1 kernel for imx
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
| -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 |