target features: fix usb support detection

SVN-Revision: 12551
master
Felix Fietkau 16 years ago
parent 6eefb5071d
commit 5437cc1f7c
  1. 2
      include/target.mk

@ -133,7 +133,7 @@ ifeq ($(DUMP),1)
ifneq ($(CONFIG_PCI),)
FEATURES += pci
endif
ifneq ($(CONFIG_USB),)
ifneq ($(CONFIG_USB)$(CONFIG_USB_SUPPORT),)
FEATURES += usb
endif
ifneq ($(CONFIG_PCMCIA)$(CONFIG_PCCARD),)

Loading…
Cancel
Save