44d4ece22443736130560832968772f51a72c7d1
[openwrt/staging/luka.git] / target / linux / armvirt / Makefile
1 #
2 # Copyright (C) 2017 Yousong Zhou <yszhou4tech@gmail.com>
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 BOARD:=armvirt
10 BOARDNAME:=QEMU ARM Virtual Machine
11 FEATURES:=fpu pci rtc usb
12 FEATURES+=cpiogz ext4 ramdisk squashfs targz
13 MAINTAINER:=Florian Fainelli <f.fainelli@gmail.com>, \
14 Yousong Zhou <yszhou4tech@gmail.com>
15
16 KERNEL_PATCHVER:=4.19
17
18 include $(INCLUDE_DIR)/target.mk
19
20 DEFAULT_PACKAGES += mkf2fs e2fsprogs
21
22 $(eval $(call BuildTarget))