diff options
| author | Petr Štetiar | 2022-03-29 07:33:31 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2022-03-30 21:39:08 +0000 |
| commit | 5188e43d45ba73683983e3d69b94a15108f902c8 (patch) | |
| tree | 094d36b4b71062937665feff1a128f8ebde05af2 | |
| parent | 059ef70fd3bc177294d4162ebc8e52e175ff9cab (diff) | |
| download | openwrt-5188e43d45ba73683983e3d69b94a15108f902c8.tar.gz | |
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>
| -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 |