armsr: rename from armvirt
[openwrt/openwrt.git] / target / linux / armvirt / Makefile
diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile
deleted file mode 100644 (file)
index 0ae5159..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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))