From dfbacabec62fe9ff368a7a387f9c34617a8f5b28 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 28 Apr 2026 15:21:39 +0800 Subject: [PATCH] rockchip: add kernel 6.18 as testing kernel Add kernel 6.18 as testing kernel. Signed-off-by: Tianling Shen Link: https://github.com/openwrt/openwrt/pull/23139 Signed-off-by: Nick Hainke --- target/linux/rockchip/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/rockchip/Makefile b/target/linux/rockchip/Makefile index c94818b238..51efeed10d 100644 --- a/target/linux/rockchip/Makefile +++ b/target/linux/rockchip/Makefile @@ -8,6 +8,7 @@ FEATURES:=ext4 audio usb usbgadget display gpio fpu pci pcie rootfs-part boot-pa SUBTARGETS:=armv8 KERNEL_PATCHVER:=6.12 +KERNEL_TESTING_PATCHVER:=6.18 define Target/Description Build firmware image for Rockchip SoC devices.