build: drop FIT option until we actually need it

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 38439
This commit is contained in:
Luka Perkov
2013-10-17 15:45:41 +00:00
parent 0b57c1ccc6
commit 59eb6137dd
4 changed files with 1 additions and 14 deletions

View File

@@ -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";