mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:05:20 +02: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:
parent
7935ab6e43
commit
48f3931df6
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user