summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-11-14 01:35:21 +0000
committerLuka Perkov <luka@openwrt.org>2013-11-14 01:35:21 +0000
commitb4ecda7b3fd6ac7a92a03e8ec83c45fb17f8f125 (patch)
tree15bc2c1b248a34f0fd9579d1be72791c5bc36f14 /Config.in
parentc43d2285e0a99c91d9e376213b39ff8d10ea813d (diff)
downloadmaster-31e0f0ae-b4ecda7b3fd6ac7a92a03e8ec83c45fb17f8f125.tar.gz
master-31e0f0ae-b4ecda7b3fd6ac7a92a03e8ec83c45fb17f8f125.tar.bz2
master-31e0f0ae-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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index d6573a6fb7..ea5f8eae2b 100644
--- a/Config.in
+++ b/Config.in
@@ -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