diff options
author | John Crispin <john@phrozen.org> | 2016-06-13 21:35:03 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-13 22:51:43 +0200 |
commit | 30acacb0afc6255ae68bc4f3ae4365a8ec46f353 (patch) | |
tree | 2ca7c65a2a9222b2eb648746b72cf05e319de678 /target/Config.in | |
parent | d57990e071d818f84906e314bbf26b6225c2d70c (diff) | |
download | upstream-30acacb0afc6255ae68bc4f3ae4365a8ec46f353.tar.gz upstream-30acacb0afc6255ae68bc4f3ae4365a8ec46f353.tar.bz2 upstream-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 'target/Config.in')
-rw-r--r-- | target/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 3dc8655252..843fbeeb88 100644 --- a/target/Config.in +++ b/target/Config.in @@ -70,6 +70,9 @@ config USES_UBIFS config LOW_MEMORY_FOOTPRINT bool +config SMALL_FLASH + bool + config NOMMU bool |