From: Rui Salvaterra Date: Mon, 22 Feb 2021 17:37:14 +0000 (+0000) Subject: mvebu: add 5.10 as a testing kernel X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fde9703a48e96a05ed3ee378e93af78739dff420;p=openwrt%2Fstaging%2Fadrian.git mvebu: add 5.10 as a testing kernel Keep 5.4 as stable until further validation. Tested on Turris Omnia (Rui Salvaterra) and ESPRESSObin v5 (Tomasz Maciej Nowak). Cortex-A{53,72} subtargets are only build-tested. Reviewed-by: Tomasz Maciej Nowak Tested-by: Tomasz Maciej Nowak Signed-off-by: Rui Salvaterra [added comment about tests] Signed-off-by: Adrian Schmutzler --- diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 1e67bcfacb..1550309a92 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -10,7 +10,7 @@ FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part SUBTARGETS:=cortexa9 cortexa53 cortexa72 KERNEL_PATCHVER:=5.4 -KERNEL_TESTING_PATCHVER:=5.4 +KERNEL_TESTING_PATCHVER:=5.10 include $(INCLUDE_DIR)/target.mk