diff options
author | Luka Perkov <luka@openwrt.org> | 2013-11-14 01:35:21 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-11-14 01:35:21 +0000 |
commit | b4ecda7b3fd6ac7a92a03e8ec83c45fb17f8f125 (patch) | |
tree | 15bc2c1b248a34f0fd9579d1be72791c5bc36f14 /Config.in | |
parent | c43d2285e0a99c91d9e376213b39ff8d10ea813d (diff) | |
download | upstream-b4ecda7b3fd6ac7a92a03e8ec83c45fb17f8f125.tar.gz upstream-b4ecda7b3fd6ac7a92a03e8ec83c45fb17f8f125.tar.bz2 upstream-b4ecda7b3fd6ac7a92a03e8ec83c45fb17f8f125.zip |
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>
SVN-Revision: 38799
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 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 |