X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=blobdiff_plain;f=config%2FConfig-images.in;h=fdef3db27e2878b712ba100e219b4dc60d480efc;hp=b2d7543d021e18a7e3cde43a4867794c9b709c59;hb=2f9a3c791b989c94a02911038abacdeb302f7b0d;hpb=a810981e6bd17071c50e661ac9551ff5017e8d9c diff --git a/config/Config-images.in b/config/Config-images.in index b2d7543d02..fdef3db27e 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -137,12 +137,18 @@ 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 64 if LOW_MEMORY_FOOTPRINT + default 256 + menuconfig TARGET_ROOTFS_UBIFS bool "ubifs" default y if USES_UBIFS