diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-13 09:15:03 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-13 09:15:09 +0100 |
commit | 0d44f0cbbccd2720386de4d983853d35cdb3cf30 (patch) | |
tree | 8fd2b4e0f18e81d4f285b3d099048749c5eebb5f /target/linux/armvirt | |
parent | 627b0d35596107fa95c40ab958180409efb781e2 (diff) | |
download | upstream-0d44f0cbbccd2720386de4d983853d35cdb3cf30.tar.gz upstream-0d44f0cbbccd2720386de4d983853d35cdb3cf30.tar.bz2 upstream-0d44f0cbbccd2720386de4d983853d35cdb3cf30.zip |
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>
Diffstat (limited to 'target/linux/armvirt')
-rw-r--r-- | target/linux/armvirt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |