aboutsummaryrefslogtreecommitdiffstats
path: root/config/Config-images.in
diff options
context:
space:
mode:
authorAlex Maclean <monkeh@monkeh.net>2018-07-09 18:09:05 +0100
committerMathias Kresin <dev@kresin.me>2018-07-12 18:15:33 +0200
commit11d6547455e848efb4fac0b983a07b11be5caf25 (patch)
tree08ede3d8b5518b22a361a8e7f46806b383361349 /config/Config-images.in
parentcf7154db07c0b8746be290c9e11dcab3c91d237e (diff)
downloadupstream-11d6547455e848efb4fac0b983a07b11be5caf25.tar.gz
upstream-11d6547455e848efb4fac0b983a07b11be5caf25.tar.bz2
upstream-11d6547455e848efb4fac0b983a07b11be5caf25.zip
config: extend small_flash feature
Extend the small_flash feature to disable swap, core dumps, and kernel debug info, and change the squashfs block size to 1024KiB. Also change squashfs fragment cache to 2 for small_flash to ease memory usage. Signed-off-by: Alex Maclean <monkeh@monkeh.net>
Diffstat (limited to 'config/Config-images.in')
-rw-r--r--config/Config-images.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Config-images.in b/config/Config-images.in
index 90e873edb8..07ef619e70 100644
--- a/config/Config-images.in
+++ b/config/Config-images.in
@@ -149,6 +149,7 @@ menu "Target Images"
int "Block size (in KiB)"
depends on TARGET_ROOTFS_SQUASHFS
default 64 if LOW_MEMORY_FOOTPRINT
+ default 1024 if (SMALL_FLASH && !LOW_MEMORY_FOOTPRINT)
default 256
menuconfig TARGET_ROOTFS_UBIFS