From: Aleksander Jan Bajkowski Date: Fri, 5 Mar 2021 19:16:35 +0000 (+0100) Subject: armvirt: add 5.10 testing kernel X-Git-Tag: mikrotik~2424 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f777884ac4959e98b2e86c177025e26f0bbf2218;p=openwrt%2Fstaging%2Fchunkeey.git armvirt: add 5.10 testing kernel Add 5.10 as testing kernel. Builds successfully with CONFIG_ALL_KMODS=y enabled. Signed-off-by: Aleksander Jan Bajkowski --- diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile index bf069952d9..6c0d670743 100644 --- a/target/linux/armvirt/Makefile +++ b/target/linux/armvirt/Makefile @@ -10,6 +10,7 @@ FEATURES:=fpu pci rtc usb FEATURES+=cpiogz ext4 ramdisk squashfs targz KERNEL_PATCHVER:=5.4 +KERNEL_TESTING_PATCHVER:=5.10 include $(INCLUDE_DIR)/target.mk