From f01d99d6121dd9ec5f40b3a5c5f4e1570d8bf567 Mon Sep 17 00:00:00 2001 From: lean Date: Sat, 18 Jun 2022 00:34:04 +0800 Subject: [PATCH] Revert "rockchip: kernel switch to 5.10" This reverts commit a056909dc204871468cd2ac150e7232c927aa2f0. --- target/linux/rockchip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/rockchip/Makefile b/target/linux/rockchip/Makefile index 3dcae9b34..c50dcc5c6 100644 --- a/target/linux/rockchip/Makefile +++ b/target/linux/rockchip/Makefile @@ -7,8 +7,8 @@ BOARDNAME:=Rockchip FEATURES:=ext4 audio usb usbgadget display gpio fpu pci pcie rootfs-part boot-part squashfs SUBTARGETS:=armv8 -KERNEL_PATCHVER=5.10 -KERNEL_TESTING_PATCHVER=5.15 +KERNEL_PATCHVER=5.15 +KERNEL_TESTING_PATCHVER=5.10 define Target/Description Build firmware image for Rockchip SoC devices.