From: Tianling Shen Date: Sun, 25 Jun 2023 16:37:28 +0000 (+0800) Subject: rockchip: switch to kernel 6.1 X-Git-Url: http://git.openwrt.org/project/luci.git;master?a=commitdiff_plain;h=48c9a4b47c8bccd8d25de3bcc72544fd16e3c39d;p=openwrt%2Fstaging%2Fhauke.git rockchip: switch to kernel 6.1 Required by the following rk3568 support. Signed-off-by: Tianling Shen --- diff --git a/target/linux/rockchip/Makefile b/target/linux/rockchip/Makefile index f17f0bdf49..42d75e3b4f 100644 --- a/target/linux/rockchip/Makefile +++ b/target/linux/rockchip/Makefile @@ -7,8 +7,7 @@ BOARDNAME:=Rockchip FEATURES:=ext4 audio usb usbgadget display gpio fpu pci pcie rootfs-part boot-part squashfs SUBTARGETS:=armv8 -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 define Target/Description Build firmware image for Rockchip SoC devices.