diff options
| author | Tim Harvey | 2025-05-30 16:29:19 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-06-07 06:38:07 +0000 |
| commit | c70e987f054ad4f33e1a4c242abb033a2ebfb8e8 (patch) | |
| tree | 0475aa707ddc26ae0ac1c1fb4e0b3dd2d967097c | |
| parent | d6bd09f7cc316d203337f9a944650cd510174c07 (diff) | |
| download | openwrt-c70e987f054ad4f33e1a4c242abb033a2ebfb8e8.tar.gz | |
imx: add 6.12 kernel as testing
Allow selecting 6.12 as testing kernel on imx.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Link: https://github.com/openwrt/openwrt/pull/19029
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -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 2eb12943c3..bba6332eea 100644 --- a/target/linux/imx/Makefile +++ b/target/linux/imx/Makefile @@ -10,6 +10,7 @@ FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubif SUBTARGETS:=cortexa7 cortexa9 cortexa53 KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |