missing changes for pcie handling
authorImre Kaloz <kaloz@openwrt.org>
Tue, 2 Jun 2009 09:54:45 +0000 (09:54 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Tue, 2 Jun 2009 09:54:45 +0000 (09:54 +0000)
SVN-Revision: 16294

scripts/metadata.pl
target/Config.in

index 1971607ebb6f0576a3e323079b63e76090d563ba..e8850c937f94f884353ba6f7a5c7b77cdfe986f1 100755 (executable)
@@ -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";
index 405e1690c4fa8372a1979316de3e533196884c6f..37c9e2042e4888231070d28b3e0eefb2517a35a8 100644 (file)
@@ -20,6 +20,9 @@ config GPIO_SUPPORT
 config PCI_SUPPORT
        bool
 
+config PCIE_SUPPORT
+       bool
+
 config PCMCIA_SUPPORT
        bool