From: Felix Fietkau Date: Mon, 8 Sep 2008 11:33:00 +0000 (+0000) Subject: target features: fix usb support detection X-Git-Tag: reboot~25610 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5437cc1f7ccbbf0f82d236aa85fb63e69ceb485e;p=openwrt%2Fopenwrt.git target features: fix usb support detection SVN-Revision: 12551 --- diff --git a/include/target.mk b/include/target.mk index 357bb1f30d..559f8dde20 100644 --- a/include/target.mk +++ b/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),)