armvirt: add 5.10 testing kernel
[openwrt/openwrt.git] / target / linux / armvirt / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2017 Yousong Zhou <yszhou4tech@gmail.com>
4
5 include $(TOPDIR)/rules.mk
6
7 BOARD:=armvirt
8 BOARDNAME:=QEMU ARM Virtual Machine
9 FEATURES:=fpu pci rtc usb
10 FEATURES+=cpiogz ext4 ramdisk squashfs targz
11
12 KERNEL_PATCHVER:=5.4
13 KERNEL_TESTING_PATCHVER:=5.10
14
15 include $(INCLUDE_DIR)/target.mk
16
17 DEFAULT_PACKAGES += mkf2fs e2fsprogs
18
19 $(eval $(call BuildTarget))