aboutsummaryrefslogtreecommitdiffstats
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
commit634248277a40542567bf24a7c7a1c43f18d7a03d (patch)
treea423aa646dbc56d5c794875a123e0509126c9dcd /Config.in
parenta514743b3d57262158affea987ec869f608bad15 (diff)
downloadmaster-187ad058-634248277a40542567bf24a7c7a1c43f18d7a03d.tar.gz
master-187ad058-634248277a40542567bf24a7c7a1c43f18d7a03d.tar.bz2
master-187ad058-634248277a40542567bf24a7c7a1c43f18d7a03d.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34441 3c298f89-4303-0410-b956-a3cf2f4a3e73
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