From: Tianling Shen Date: Thu, 25 May 2023 15:20:20 +0000 (+0800) Subject: rockchip: enable testing kernel version with 6.1 version X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=086b42c3cb251f3e2380db6ed40a1f235c86f403;p=openwrt%2Fstaging%2Fthess.git rockchip: enable testing kernel version with 6.1 version Enable testing kernel version with 6.1 kernel version. Signed-off-by: Tianling Shen --- diff --git a/target/linux/rockchip/Makefile b/target/linux/rockchip/Makefile index 7b04bfdb21..f17f0bdf49 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:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 define Target/Description Build firmware image for Rockchip SoC devices.