aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/metadata.pl
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-04-20 09:46:45 +0000
committerNicolas Thill <nico@openwrt.org>2008-04-20 09:46:45 +0000
commitb21db46a8e69044a809fb93ea5494d273d43b74f (patch)
treee0cd86d40efcbda38c405d27b8b68872faaf7a8a /scripts/metadata.pl
parent2d93f878d281c88557f10020bc0bb6c715aa6ce6 (diff)
downloadmaster-187ad058-b21db46a8e69044a809fb93ea5494d273d43b74f.tar.gz
master-187ad058-b21db46a8e69044a809fb93ea5494d273d43b74f.tar.bz2
master-187ad058-b21db46a8e69044a809fb93ea5494d273d43b74f.zip
add a gpio feature for devices supporting the generic GPIO interface
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10879 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 6d75345196..51dcc425ba 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";