From: Adrian Schmutzler Date: Sat, 9 Oct 2021 22:51:39 +0000 (+0200) Subject: rockchip: switch to kernel 5.10 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0c2aa7c003ebf61d64e0b349a18731b6bda05023;p=openwrt%2Fstaging%2Frobimarko.git rockchip: switch to kernel 5.10 This target has testing support for more than half a year now. Time to switch. Signed-off-by: Adrian Schmutzler --- diff --git a/target/linux/rockchip/Makefile b/target/linux/rockchip/Makefile index f7b6995911..0245f02eac 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.4 -KERNEL_TESTING_PATCHVER=5.10 +KERNEL_PATCHVER=5.10 define Target/Description Build firmware image for Rockchip SoC devices.