There is very little practical use to limit the number of available inodes on an ext4 filesystem and the make_ext4fs utility is able to calculate useful defaults by itself.
Keep the option but make it empty by default to allow make_ext4fs to calculate the optimal number of inodes when generating an ext4 file system. Signed-off-by: Jo-Philipp Wich <j...@mein.io> --- config/Config-images.in | 1 - 1 file changed, 1 deletion(-) diff --git a/config/Config-images.in b/config/Config-images.in index 05b817b..7d38341 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -76,7 +76,6 @@ menu "Target Images" config TARGET_EXT4_MAXINODE int "Maximum number of inodes in root filesystem" depends on TARGET_ROOTFS_EXT4FS - default 6000 help Select the maximum number of inodes in the root filesystem. -- 2.1.4 _______________________________________________ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev