mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 09:26:28 +00:00
add pcie feature flag
SVN-Revision: 16293
This commit is contained in:
parent
fb4eb16283
commit
72d88f2a48
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user