X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=scripts%2Fmetadata.pl;h=51dcc425baa205e0eebc513fc61a7419be4322b0;hp=6d7534519675f95631b2323e6850ef3ecc41e140;hb=697a309ede936843ca8e1510827f0e7544237873;hpb=03164df6fe4b39e09366e096808b3934cfc55693 diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 6d7534519..51dcc425b 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -152,6 +152,7 @@ sub target_config_features(@) { while ($_ = shift @_) { /broken/ and $ret .= "\tdepends BROKEN\n"; /display/ and $ret .= "\tselect DISPLAY_SUPPORT\n"; + /gpio/ and $ret .= "\tselect GPIO_SUPPORT\n"; /pci/ and $ret .= "\tselect PCI_SUPPORT\n"; /usb/ and $ret .= "\tselect USB_SUPPORT\n"; /pcmcia/ and $ret .= "\tselect PCMCIA_SUPPORT\n";