]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
imx: add 6.12 kernel as testing 19029/head
authorTim Harvey <tharvey@gateworks.com>
Fri, 30 May 2025 16:29:19 +0000 (09:29 -0700)
committerNick Hainke <vincent@systemli.org>
Sat, 7 Jun 2025 06:38:07 +0000 (08:38 +0200)
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>
target/linux/imx/Makefile

index 2eb12943c3dd42e85ccb359f7e876ee2196daa0d..bba6332eea76c7ca1df141fa0899a9c14d67bf73 100644 (file)
@@ -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