mirror of https://github.com/hak5/openwrt.git
build: set default squashfs block size to 64k for low-memory systems
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40981lede-17.01
parent
b24897ee5c
commit
2f9a3c791b
|
@ -146,6 +146,7 @@ menu "Target Images"
|
||||||
config TARGET_SQUASHFS_BLOCK_SIZE
|
config TARGET_SQUASHFS_BLOCK_SIZE
|
||||||
int "Block size (in KiB)"
|
int "Block size (in KiB)"
|
||||||
depends on TARGET_ROOTFS_SQUASHFS
|
depends on TARGET_ROOTFS_SQUASHFS
|
||||||
|
default 64 if LOW_MEMORY_FOOTPRINT
|
||||||
default 256
|
default 256
|
||||||
|
|
||||||
menuconfig TARGET_ROOTFS_UBIFS
|
menuconfig TARGET_ROOTFS_UBIFS
|
||||||
|
|
Loading…
Reference in New Issue