From 11d6547455e848efb4fac0b983a07b11be5caf25 Mon Sep 17 00:00:00 2001 From: Alex Maclean Date: Mon, 9 Jul 2018 18:09:05 +0100 Subject: 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 --- config/Config-images.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config/Config-images.in') 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 -- cgit v1.2.3