scripts/gen-dependencies.sh: prevent zero-length dep.* files from accumulating in...
[openwrt/svn-archive/archive.git] / scripts / metadata.pl
index 04fa827c647626efc41b5245ce3190f1475e13e1..ddcf50bf32a3b9a1e0ab4770b4a97443787e109e 100755 (executable)
@@ -172,7 +172,6 @@ sub target_config_features(@) {
                /targz/ and $ret .= "\tselect USES_TARGZ\n";
                /cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n";
                /ubifs/ and $ret .= "\tselect USES_UBIFS\n";
-               /fit/ and $ret .= "\tselect USES_FIT\n";
                /fpu/ and $ret .= "\tselect HAS_FPU\n";
                /spe_fpu/ and $ret .= "\tselect HAS_SPE_FPU\n";
                /ramdisk/ and $ret .= "\tselect USES_INITRAMFS\n";