immortalwrt/target/linux/armvirt/Makefile

22 lines
497 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
2017-09-06 19:19:45 +08:00
#
# Copyright (C) 2017 Yousong Zhou <yszhou4tech@gmail.com>
2017-09-06 19:19:45 +08:00
include $(TOPDIR)/rules.mk
BOARD:=armvirt
BOARDNAME:=QEMU ARM Virtual Machine
FEATURES:=fpu pci rtc usb
FEATURES+=cpiogz ext4 ramdisk squashfs targz
MAINTAINER:=Florian Fainelli <f.fainelli@gmail.com>, \
Yousong Zhou <yszhou4tech@gmail.com>
KERNEL_PATCHVER:=5.4
KERNEL_TESTING_PATCHVER:=5.10
2017-09-06 19:19:45 +08:00
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += mkf2fs e2fsprogs
2017-09-06 19:19:45 +08:00
$(eval $(call BuildTarget))