summaryrefslogtreecommitdiff
path: root/scripts/metadata.pl
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-06-02 09:54:45 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-06-02 09:54:45 +0000
commit48cd8188ef7736ff5e166e42805687f5ffd3b433 (patch)
treebeff6bbb8ed5d2b2c53404a4d762f2b9fd6a2dd1 /scripts/metadata.pl
parent72d88f2a488596f775ea5c3a23880854b252fb00 (diff)
downloadmtk-20170518-48cd8188ef7736ff5e166e42805687f5ffd3b433.zip
mtk-20170518-48cd8188ef7736ff5e166e42805687f5ffd3b433.tar.gz
mtk-20170518-48cd8188ef7736ff5e166e42805687f5ffd3b433.tar.bz2
missing changes for pcie handling
SVN-Revision: 16294
Diffstat (limited to 'scripts/metadata.pl')
-rwxr-xr-xscripts/metadata.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/metadata.pl b/scripts/metadata.pl
index 1971607..e8850c9 100755
--- a/scripts/metadata.pl
+++ b/scripts/metadata.pl
@@ -155,6 +155,7 @@ sub target_config_features(@) {
/display/ and $ret .= "\tselect DISPLAY_SUPPORT\n";
/gpio/ and $ret .= "\tselect GPIO_SUPPORT\n";
/pci/ and $ret .= "\tselect PCI_SUPPORT\n";
+ /pcie/ and $ret .= "\tselect PCIE_SUPPORT\n";
/usb/ and $ret .= "\tselect USB_SUPPORT\n";
/pcmcia/ and $ret .= "\tselect PCMCIA_SUPPORT\n";
/squashfs/ and $ret .= "\tselect USES_SQUASHFS\n";