scripts/getver.sh: simplify revision calculation
[openwrt/staging/yousong.git] / scripts / target-metadata.pl
index ea6462c94fea62d1b64e8ebe0f4954c163260234..ca9940e9d910c8508dd068ccab59ff40997eff42 100755 (executable)
@@ -27,6 +27,7 @@ sub target_config_features(@) {
                /ext4/ and $ret .= "\tselect USES_EXT4\n";
                /targz/ and $ret .= "\tselect USES_TARGZ\n";
                /cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n";
+               /minor/ and $ret .= "\tselect USES_MINOR\n";
                /ubifs/ and $ret .= "\tselect USES_UBIFS\n";
                /fpu/ and $ret .= "\tselect HAS_FPU\n";
                /spe_fpu/ and $ret .= "\tselect HAS_SPE_FPU\n";