From 1c4bad1c058c611a1233e131f621e433b80ff13a Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Fri, 19 Oct 2018 14:04:27 +0800 Subject: [PATCH] increase firmware free ram and luci respnse speed --- config/Config-images.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config-images.in b/config/Config-images.in index b4ee6ea84..bf3df2f9a 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -150,7 +150,7 @@ menu "Target Images" int "Block size (in KiB)" depends on TARGET_ROOTFS_SQUASHFS default 64 if LOW_MEMORY_FOOTPRINT - default 512 + default 256 menuconfig TARGET_ROOTFS_UBIFS bool "ubifs"