From 0d44f0cbbccd2720386de4d983853d35cdb3cf30 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@nbd.name>
Date: Fri, 13 Jan 2017 09:15:03 +0100
Subject: [PATCH] armvirt: enable the USB feature flag

USB devices can be passed through from the host to the guest

Signed-off-by: Felix Fietkau <nbd@nbd.name>
---
 target/linux/armvirt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile
index b91e932e68..3fedcad0a0 100644
--- a/target/linux/armvirt/Makefile
+++ b/target/linux/armvirt/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=armvirt
 BOARDNAME:=QEMU ARM Virtual Machine
-FEATURES:=fpu pci rtc
+FEATURES:=fpu pci rtc usb
 FEATURES+=cpiogz ext4 ramdisk squashfs targz
 CPU_TYPE:=cortex-a15
 CPU_SUBTYPE:=neon-vfpv4
-- 
2.30.2