X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8ad47a56238fe372d5f4b9e27cd39d2a86a979a3..b1bc178db99940d0dd48f330bcfbfbe1a976b749:/include/target.mk diff --git a/include/target.mk b/include/target.mk index 7edd6f418..1f28fbaa0 100644 --- a/include/target.mk +++ b/include/target.mk @@ -144,6 +144,9 @@ ifeq ($(DUMP),1) ifneq ($(CONFIG_PCI),) FEATURES += pci endif + ifneq ($(CONFIG_PCIEPORTBUS),) + FEATURES += pcie + endif ifneq ($(CONFIG_USB)$(CONFIG_USB_SUPPORT),) FEATURES += usb endif