X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Ftarget.mk;h=5eb8547cc2ec5c8f0404490887e9f0dc2813d899;hb=e5e096618634f2098d0a533cfce004279107c39f;hp=61ff2d21aa75eb197c9cd7431c47e0bfa50cfd09;hpb=e7f046805af93c3af6d318907033cf0d803e4b34;p=openwrt%2Fopenwrt.git diff --git a/include/target.mk b/include/target.mk index 61ff2d21aa..5eb8547cc2 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