mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
build: add menuconfig option for building FIT images
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38431 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user