[sibyte]: upgrade to 2.6.32.8
[openwrt/svn-archive/archive.git] / scripts / metadata.pl
index 9260a1b24bdcf7709b74ed1a386b1a503daf7e85..c963964ba3ad8e7d781b3f17cb995a6fd518c5ff 100755 (executable)
@@ -152,6 +152,7 @@ sub target_config_features(@) {
 
        while ($_ = shift @_) {
                /broken/ and $ret .= "\tdepends BROKEN\n";
+               /audio/ and $ret .= "\tselect AUDIO_SUPPORT\n";
                /display/ and $ret .= "\tselect DISPLAY_SUPPORT\n";
                /gpio/ and $ret .= "\tselect GPIO_SUPPORT\n";
                /pci/ and $ret .= "\tselect PCI_SUPPORT\n";