summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-02 13:04:01 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-02 13:04:01 +0000
commit9691b3f4bf6f0fc96f5582bb7a92f2ebfc967b48 (patch)
treecfd1db194a7f6c74bbd776172edac0a84fd75ff7 /Config.in
parent57d29c25f5fb79a23975dec214c5d04d612e30cf (diff)
downloadmaster-31e0f0ae-9691b3f4bf6f0fc96f5582bb7a92f2ebfc967b48.tar.gz
master-31e0f0ae-9691b3f4bf6f0fc96f5582bb7a92f2ebfc967b48.tar.bz2
master-31e0f0ae-9691b3f4bf6f0fc96f5582bb7a92f2ebfc967b48.zip
Change default TARGET_ROOTFS_RESERVED_PCT to zero to avoid wasted space
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34441
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 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