1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 23:30:43 +03:00

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
This commit is contained in:
juhosg 2012-12-02 13:04:01 +00:00
parent 7935ab6e43
commit 48f3931df6

View File

@ -128,7 +128,7 @@ menu "Target Images"
config TARGET_ROOTFS_RESERVED_PCT config TARGET_ROOTFS_RESERVED_PCT
int "Percentage of reserved blocks in root filesystem" int "Percentage of reserved blocks in root filesystem"
depends TARGET_ROOTFS_EXT4FS depends TARGET_ROOTFS_EXT4FS
default 5 default 0
help help
Allows you to change the percentage of reserved blocks in the root filesystem Allows you to change the percentage of reserved blocks in the root filesystem