From: Gabor Juhos Date: Sun, 2 Dec 2012 13:04:01 +0000 (+0000) Subject: Change default TARGET_ROOTFS_RESERVED_PCT to zero to avoid wasted space X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=ef256e7c7abbec6e5de67f41f2f7183324499c3a Change default TARGET_ROOTFS_RESERVED_PCT to zero to avoid wasted space Signed-off-by: David Woodhouse Signed-off-by: Gabor Juhos SVN-Revision: 34441 --- diff --git a/Config.in b/Config.in index 8a00412751..ecbfb04c1a 100644 --- a/Config.in +++ b/Config.in @@ -128,7 +128,7 @@ menu "Target Images" config TARGET_ROOTFS_RESERVED_PCT int "Percentage of reserved blocks in root filesystem" depends TARGET_ROOTFS_EXT4FS - default 5 + default 0 help Allows you to change the percentage of reserved blocks in the root filesystem