From 11d6547455e848efb4fac0b983a07b11be5caf25 Mon Sep 17 00:00:00 2001 From: Alex Maclean <monkeh@monkeh.net> 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 <monkeh@monkeh.net> --- target/linux/generic/config-4.14 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/config-4.14') diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index e7304b41ce..a15b870419 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -4683,7 +4683,7 @@ CONFIG_SQUASHFS=y # CONFIG_SQUASHFS_DECOMP_MULTI is not set CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y # CONFIG_SQUASHFS_DECOMP_SINGLE is not set -# CONFIG_SQUASHFS_EMBEDDED is not set +CONFIG_SQUASHFS_EMBEDDED=y # CONFIG_SQUASHFS_FILE_CACHE is not set CONFIG_SQUASHFS_FILE_DIRECT=y CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 -- cgit v1.2.3