From 3ac15bbed8a43cdc532c11fd406f52cc2a3254c0 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sat, 20 Oct 2018 02:01:14 +0800 Subject: [PATCH] speedup luci and memory optimization (need to update feeds) --- 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 bf3df2f9a2..fab2f03006 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 256 + default 128 menuconfig TARGET_ROOTFS_UBIFS bool "ubifs"