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

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40981 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2014-06-02 17:04:41 +00:00
parent 27eceb714b
commit 4ef89025e0

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