image: ext4: allow creation of a journaling filesystem
Signed-off-by: Michael Heimpold <mhei@heimpold.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40925 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0bc5b2c55e
commit
93972bcb49
2 changed files with 8 additions and 1 deletions
|
@ -110,6 +110,13 @@ menu "Target Images"
|
|||
default 1024 if TARGET_EXT4_BLOCKSIZE_1K
|
||||
depends 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"
|
||||
default n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue