From ee66c6e94020499d82f42928ccdec0b84f8833df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=B7=E9=AB=85=E5=A4=B4?= <74764072+DHDAXCW@users.noreply.github.com> Date: Mon, 24 Oct 2022 08:45:21 +0800 Subject: [PATCH] Update Makefile --- 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 8f6c908ba..5b08bbcb8 100644 --- a/target/linux/rockchip/Makefile +++ b/target/linux/rockchip/Makefile @@ -8,7 +8,7 @@ FEATURES:=ext4 audio usb usbgadget display gpio fpu pci pcie rootfs-part boot-pa SUBTARGETS:=armv8 KERNEL_PATCHVER=5.4 -KERNEL_TESTING_PATCHVER=6.0 +KERNEL_TESTING_PATCHVER=5.15 define Target/Description Build firmware image for Rockchip SoC devices.