From 3e593ca647aff111571335943be7f25e3945abf2 Mon Sep 17 00:00:00 2001 From: dunkeng Date: Mon, 21 Jun 2021 15:56:24 +0800 Subject: [PATCH] mvebu: switch to kernel 5.10 (#7114) --- target/linux/mvebu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 1550309a9..13689bef1 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -9,7 +9,7 @@ BOARDNAME:=Marvell EBU Armada FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part SUBTARGETS:=cortexa9 cortexa53 cortexa72 -KERNEL_PATCHVER:=5.4 +KERNEL_PATCHVER:=5.10 KERNEL_TESTING_PATCHVER:=5.10 include $(INCLUDE_DIR)/target.mk