From 3e2f42a80260074b76e39559b2802bd6b9987b66 Mon Sep 17 00:00:00 2001 From: Tony Ambardar Date: Tue, 16 Feb 2021 22:08:02 -0800 Subject: malta: support kernel 5.10 Add linux 5.10 as testing kernel and copy generic config from 5.4. Signed-off-by: Tony Ambardar --- target/linux/malta/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/malta/Makefile') diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 18b463f1ea..6915fb357b 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -11,6 +11,7 @@ INITRAMFS_EXTRA_FILES:= FEATURES:=cpiogz ext4 ramdisk squashfs targz KERNEL_PATCHVER:=5.4 +KERNEL_TESTING_PATCHVER:=5.10 include $(INCLUDE_DIR)/target.mk -- cgit v1.2.3