mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 04:14:43 +01: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> SVN-Revision: 34441
This commit is contained in:
parent
57d29c25f5
commit
9691b3f4bf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user