From c872fd9a560adc959c914d1678e2b69be69cb819 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Thu, 14 Nov 2013 01:35:21 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38799 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Config.in') 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 -- cgit v1.2.3