diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-02 17:04:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-02 17:04:34 +0000 |
commit | 5eecccd75edc9a5adbdf966a6a87f46695aa72a9 (patch) | |
tree | 65ebb6cdffa678e239f3474ca4aeaf05e0d9fae8 /config/Config-images.in | |
parent | 2f79cb03c5e2849579b85763d910807c82d9576b (diff) | |
download | mtk-20170518-5eecccd75edc9a5adbdf966a6a87f46695aa72a9.zip mtk-20170518-5eecccd75edc9a5adbdf966a6a87f46695aa72a9.tar.gz mtk-20170518-5eecccd75edc9a5adbdf966a6a87f46695aa72a9.tar.bz2 |
build: make the squashfs block size configurable
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40979
Diffstat (limited to 'config/Config-images.in')
-rw-r--r-- | config/Config-images.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index b2d7543..f4bb2ce 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -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 |