diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 3370b2a..d3cbc42 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -135,6 +135,13 @@ config DF df reports the amount of disk space used and available on filesystems. +config FEATURE_DF_INODE + bool "Enable -i (inode information)" + default n + depends on DF + help + This option enables support for df -i. + config DIRNAME bool "dirname" default n |