X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/61c9b8665f411aed59f4a10f413d46603d2ebf25..bb67f41985426c38da6fee17b3f9be534e286ef7:/scripts/metadata.pl diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 1971607eb..e8850c937 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";