mirror of https://github.com/hak5/openwrt-owl.git
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>owl
parent
627b0d3559
commit
0d44f0cbbc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue