From: nbd Date: Mon, 8 Sep 2008 11:33:00 +0000 (+0000) Subject: target features: fix usb support detection X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=89918c806f3ce741837eaa2464031763425c7923 target features: fix usb support detection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12551 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/target.mk b/include/target.mk index 357bb1f30..559f8dde2 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),)