target features: fix usb support detection

SVN-Revision: 12551
v19.07.3_mercusys_ac12_duma
Felix Fietkau 16 years ago
parent 6eefb5071d
commit 5437cc1f7c

@ -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