diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -456,22 +456,16 @@ config FEATURE_EURO | |||
456 | the console is 850 when BusyBox starts it's changed to 858. | 456 | the console is 850 when BusyBox starts it's changed to 858. |
457 | 457 | ||
458 | config FEATURE_EXTRA_FILE_DATA | 458 | config FEATURE_EXTRA_FILE_DATA |
459 | bool "Read additional file metadata (1.3 kb)" | 459 | bool "Read additional file metadata (2.1 kb)" |
460 | default y | 460 | default y |
461 | depends on PLATFORM_MINGW32 | 461 | depends on PLATFORM_MINGW32 |
462 | help | 462 | help |
463 | Read additional file metadata: device id, inode number and number | 463 | Read additional file metadata: device id, inode number and number |
464 | of hard links. This may slow down some file operations but it | 464 | of hard links. This may slow down some file operations but it |
465 | permits extra features such as warning of attempts to copy a file | 465 | permits extra features such as warning of attempts to copy a file |
466 | onto itself or to store a tar archive in itself. | 466 | onto itself or to store a tar archive in itself. Also try to |
467 | 467 | determine the ownership of files so that, for example, 'ls' can | |
468 | config FEATURE_IDENTIFY_OWNER | 468 | distinguish files belonging to the current user. |
469 | bool "Check whether files belong to current user (0.6 kb)" | ||
470 | default y | ||
471 | depends on FEATURE_EXTRA_FILE_DATA | ||
472 | help | ||
473 | Try to determine if files belong to the current user. If they don't | ||
474 | they're listed as belonging to root. | ||
475 | 469 | ||
476 | config FEATURE_READLINK2 | 470 | config FEATURE_READLINK2 |
477 | bool "Read the contents of symbolic links (1.1 kb)" | 471 | bool "Read the contents of symbolic links (1.1 kb)" |