Skip to content
Snippets Groups Projects
Commit 2f9a3c79 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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


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

SVN-Revision: 40981
parent b24897ee
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment