summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-06-13 21:35:03 +0200
committerJohn Crispin <john@phrozen.org>2016-06-13 22:51:43 +0200
commit30acacb0afc6255ae68bc4f3ae4365a8ec46f353 (patch)
tree2ca7c65a2a9222b2eb648746b72cf05e319de678 /scripts
parentd57990e071d818f84906e314bbf26b6225c2d70c (diff)
downloadmaster-31e0f0ae-30acacb0afc6255ae68bc4f3ae4365a8ec46f353.tar.gz
master-31e0f0ae-30acacb0afc6255ae68bc4f3ae4365a8ec46f353.tar.bz2
master-31e0f0ae-30acacb0afc6255ae68bc4f3ae4365a8ec46f353.zip
config: add a small_flash feature
this causes KALLSYMS to be off by default Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/target-metadata.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target-metadata.pl b/scripts/target-metadata.pl
index 34a7c22ce6..ea6462c94f 100755
--- a/scripts/target-metadata.pl
+++ b/scripts/target-metadata.pl
@@ -36,6 +36,7 @@ sub target_config_features(@) {
/mips16/ and $ret .= "\tselect HAS_MIPS16\n";
/rfkill/ and $ret .= "\tselect RFKILL_SUPPORT\n";
/low_mem/ and $ret .= "\tselect LOW_MEMORY_FOOTPRINT\n";
+ /small_flash/ and $ret .= "\tselect SMALL_FLASH\n";
/nand/ and $ret .= "\tselect NAND_SUPPORT\n";
}
return $ret;