summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-10-16 21:23:24 +0000
committerLuka Perkov <luka@openwrt.org>2013-10-16 21:23:24 +0000
commitcc1b164634a9275e70a57b170daa5fab11450c4b (patch)
tree913bb63860fb2c2b8f560dc5e0242e8867b081a2 /scripts
parentacdb0ac35c4b527b4e827809160c7478b1162817 (diff)
downloadmtk-20170518-cc1b164634a9275e70a57b170daa5fab11450c4b.zip
mtk-20170518-cc1b164634a9275e70a57b170daa5fab11450c4b.tar.gz
mtk-20170518-cc1b164634a9275e70a57b170daa5fab11450c4b.tar.bz2
build: add menuconfig option for building FIT images
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38431
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/metadata.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/metadata.pl b/scripts/metadata.pl
index ddcf50b..04fa827 100755
--- a/scripts/metadata.pl
+++ b/scripts/metadata.pl
@@ -172,6 +172,7 @@ 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";