diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-02 13:04:01 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-02 13:04:01 +0000 |
commit | 9691b3f4bf6f0fc96f5582bb7a92f2ebfc967b48 (patch) | |
tree | cfd1db194a7f6c74bbd776172edac0a84fd75ff7 /Config.in | |
parent | 57d29c25f5fb79a23975dec214c5d04d612e30cf (diff) | |
download | openwrt-9691b3f4bf6f0fc96f5582bb7a92f2ebfc967b48.tar.gz openwrt-9691b3f4bf6f0fc96f5582bb7a92f2ebfc967b48.tar.bz2 openwrt-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.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |