diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-03-29 09:33:31 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-03-30 23:39:08 +0200 |
commit | 5188e43d45ba73683983e3d69b94a15108f902c8 (patch) | |
tree | 094d36b4b71062937665feff1a128f8ebde05af2 /target/linux/imx | |
parent | 059ef70fd3bc177294d4162ebc8e52e175ff9cab (diff) | |
download | upstream-5188e43d45ba73683983e3d69b94a15108f902c8.tar.gz upstream-5188e43d45ba73683983e3d69b94a15108f902c8.tar.bz2 upstream-5188e43d45ba73683983e3d69b94a15108f902c8.zip |
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@true.cz>
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 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 |