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-Tag: v24.10.0-rc1~5002 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12733%2Fhead;p=thirdparty%2Fopenwrt.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 7b04bfdb218..f17f0bdf490 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.