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>
This commit is contained in:
		@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 | 
				
			|||||||
ARCH:=arm
 | 
					ARCH:=arm
 | 
				
			||||||
BOARD:=armvirt
 | 
					BOARD:=armvirt
 | 
				
			||||||
BOARDNAME:=QEMU ARM Virtual Machine
 | 
					BOARDNAME:=QEMU ARM Virtual Machine
 | 
				
			||||||
FEATURES:=fpu pci rtc
 | 
					FEATURES:=fpu pci rtc usb
 | 
				
			||||||
FEATURES+=cpiogz ext4 ramdisk squashfs targz
 | 
					FEATURES+=cpiogz ext4 ramdisk squashfs targz
 | 
				
			||||||
CPU_TYPE:=cortex-a15
 | 
					CPU_TYPE:=cortex-a15
 | 
				
			||||||
CPU_SUBTYPE:=neon-vfpv4
 | 
					CPU_SUBTYPE:=neon-vfpv4
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user