build: make the squashfs block size configurable

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40979 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2014-06-02 17:04:34 +00:00
parent 7ea56be3a6
commit b1a6441f0d
2 changed files with 7 additions and 2 deletions

View file

@ -137,12 +137,17 @@ menu "Target Images"
help
Build a jffs2 root filesystem for NAND flash
config TARGET_ROOTFS_SQUASHFS
menuconfig TARGET_ROOTFS_SQUASHFS
bool "squashfs"
default y if USES_SQUASHFS
help
Build a squashfs-lzma root filesystem
config TARGET_SQUASHFS_BLOCK_SIZE
int "Block size (in KiB)"
depends on TARGET_ROOTFS_SQUASHFS
default 256
menuconfig TARGET_ROOTFS_UBIFS
bool "ubifs"
default y if USES_UBIFS