X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d5dc9a90873047ab07107833a950320ae3b2b41f..498cc73e5163eb5b4c910d369a0bfc5f46342f70:/include/target.mk?ds=sidebyside 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),)