build: drop FIT option until we actually need it
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38439 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
17f78a18b4
commit
4511c244aa
4 changed files with 1 additions and 14 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue