X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=config%2FConfig-images.in;h=fdef3db27e2878b712ba100e219b4dc60d480efc;hb=b58f28a57e49bc91ce0c2f43eafdad7da2843588;hp=368f14768d8cf3fb4540a537f37fd6b4131a7bf8;hpb=0bc5b2c55e41c4cdaf884f0f8c7587a0c4be3988;p=openwrt.git diff --git a/config/Config-images.in b/config/Config-images.in index 368f14768d..fdef3db27e 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -72,14 +72,14 @@ menu "Target Images" help Build a ext4 root filesystem - config TARGET_ROOTFS_MAXINODE + config TARGET_EXT4_MAXINODE int "Maximum number of inodes in root filesystem" depends on TARGET_ROOTFS_EXT4FS default 6000 help Allows you to change the maximum number of inodes in the root filesystem - config TARGET_ROOTFS_RESERVED_PCT + config TARGET_EXT4_RESERVED_PCT int "Percentage of reserved blocks in root filesystem" depends on TARGET_ROOTFS_EXT4FS default 0 @@ -87,9 +87,9 @@ menu "Target Images" Allows you to change the percentage of reserved blocks in the root filesystem choice - prompt "Root filesystem block size"" + prompt "Root filesystem block size" default TARGET_EXT4_BLOCKSIZE_4K - depends TARGET_ROOTFS_EXT4FS + depends on TARGET_ROOTFS_EXT4FS help Allows you to change the block size of the root filesystem @@ -108,7 +108,14 @@ menu "Target Images" default 4096 if TARGET_EXT4_BLOCKSIZE_4K default 2048 if TARGET_EXT4_BLOCKSIZE_2K default 1024 if TARGET_EXT4_BLOCKSIZE_1K - depends TARGET_ROOTFS_EXT4FS + depends on TARGET_ROOTFS_EXT4FS + + config TARGET_EXT4_JOURNAL + bool "Create a journaling filesystem" + depends on TARGET_ROOTFS_EXT4FS + default n + help + Create an ext4 filesystem with a journal config TARGET_ROOTFS_ISO bool "iso" @@ -130,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