uboot-envtools: upgrade to 2013.04
[openwrt/staging/wigyori.git] / scripts / metadata.pl
index b0abd78a0c415b935b293ec763210bafc55bffee..13abcb29370c1df205cbedb7c6bc93c63032f169 100755 (executable)
@@ -153,6 +153,7 @@ sub target_config_features(@) {
        my $ret;
 
        while ($_ = shift @_) {
+               /arm_v(\w+)/ and $ret .= "\tselect arm_v$1\n";
                /broken/ and $ret .= "\tdepends on BROKEN\n";
                /audio/ and $ret .= "\tselect AUDIO_SUPPORT\n";
                /display/ and $ret .= "\tselect DISPLAY_SUPPORT\n";