[openwrt/openwrt] imx: add 6.6 kernel as testing
LEDE Commits
lede-commits at lists.infradead.org
Thu Jun 6 13:06:31 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/a6d4d369ebc62c6ca7d9144dbb8bd78296579185
commit a6d4d369ebc62c6ca7d9144dbb8bd78296579185
Author: Tim Harvey <tharvey at gateworks.com>
AuthorDate: Thu May 16 16:31:30 2024 -0700
imx: add 6.6 kernel as testing
allow to test 6.6 kernel for imx
Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
target/linux/imx/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/imx/Makefile b/target/linux/imx/Makefile
index 4f70933d18..2d3f35e4b4 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.1
+KERNEL_TESTING_PATCHVER:=6.6
include $(INCLUDE_DIR)/target.mk
More information about the lede-commits
mailing list