From: nbd Date: Mon, 2 Jun 2014 17:04:41 +0000 (+0000) Subject: build: set default squashfs block size to 64k for low-memory systems X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=4ef89025e082ba998f7d833bba4274bc88113e8d build: set default squashfs block size to 64k for low-memory systems Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40981 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/config/Config-images.in b/config/Config-images.in index f4bb2ce2cb..fdef3db27e 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -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