X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f27821cfcab3a5f8561399086e92db8585cf2925..971c83a0ff2670884b15a2bf3d838ceb9a97fd3e:/include/target.mk diff --git a/include/target.mk b/include/target.mk index 61ff2d21a..5eb8547cc 100644 --- a/include/target.mk +++ b/include/target.mk @@ -148,7 +148,9 @@ ifeq ($(DUMP),1) FEATURES += pcie endif ifneq ($(CONFIG_USB)$(CONFIG_USB_SUPPORT),) - FEATURES += usb + ifneq ($(CONFIG_USB_ARCH_HAS_HCD)$(CONFIG_USB_EHCI_HCD),) + FEATURES += usb + endif endif ifneq ($(CONFIG_PCMCIA)$(CONFIG_PCCARD),) FEATURES += pcmcia