mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 12:06:50 +00:00
abcb30d36c
The EFI implementation changes have only been applied to 6.1, so switch armvirt over to it. Signed-off-by: Mathew McBride <matt@traverse.com.au>
22 lines
484 B
Makefile
22 lines
484 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2017 Yousong Zhou <yszhou4tech@gmail.com>
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
BOARD:=armvirt
|
|
BOARDNAME:=QEMU ARM Virtual Machine
|
|
FEATURES:=fpu pci pcie rtc usb boot-part rootfs-part
|
|
FEATURES+=cpiogz ext4 ramdisk squashfs targz vmdk
|
|
|
|
KERNEL_PATCHVER:=6.1
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += mkf2fs e2fsprogs
|
|
# blkid used for resolving PARTUUID
|
|
# in sysupgrade
|
|
DEFAULT_PACKAGES += blkid
|
|
|
|
$(eval $(call BuildTarget))
|