From df6698361dda65f3d439e6d4c7aa9eea589c732d Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 7 Apr 2024 16:08:42 +0800 Subject: [PATCH] rockchip: switch to use kernel 6.6 Signed-off-by: Tianling Shen --- target/linux/rockchip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/rockchip/Makefile b/target/linux/rockchip/Makefile index 55106e545b..c40ff68316 100644 --- a/target/linux/rockchip/Makefile +++ b/target/linux/rockchip/Makefile @@ -7,7 +7,7 @@ BOARDNAME:=Rockchip FEATURES:=ext4 audio usb usbgadget display gpio fpu pci pcie rootfs-part boot-part squashfs SUBTARGETS:=armv8 -KERNEL_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.6 define Target/Description Build firmware image for Rockchip SoC devices.