build: set default squashfs block size to 64k for low-memory systems

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 40981
This commit is contained in:
Felix Fietkau 2014-06-02 17:04:41 +00:00
parent b24897ee5c
commit 2f9a3c791b
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ menu "Target Images"
config TARGET_SQUASHFS_BLOCK_SIZE
int "Block size (in KiB)"
depends on TARGET_ROOTFS_SQUASHFS
default 64 if LOW_MEMORY_FOOTPRINT
default 256
menuconfig TARGET_ROOTFS_UBIFS