image: don't force ubifs journal size
Small journal size can lead to problems if nand flash is too big. By default ubifs will use ~12% of volume size or a maximum of 8MiB. Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38799 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e8fbdb2046
commit
e050a3726e
2 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ menu "Target Images"
|
|||
config TARGET_UBIFS_JOURNAL_SIZE
|
||||
string
|
||||
prompt "journal size" if TARGET_ROOTFS_UBIFS
|
||||
default "512KiB"
|
||||
default ""
|
||||
|
||||
config TARGET_UBIFS_SQUASH_UIDS
|
||||
bool "squash uids" if TARGET_ROOTFS_UBIFS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue