diff options
author | Denis Vlasenko | 2007-11-15 07:02:55 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-11-15 07:02:55 +0000 |
commit | f430cdbf2e7cfd284443addd98c93fbb7017d8e5 (patch) | |
tree | 9187e3703a17aeb35bfb93a9c3cfafc0385f1c64 /coreutils/Config.in | |
parent | 1fe4e9e573c2c6f5338890cc3d1de6d2b7384600 (diff) | |
download | busybox-f430cdbf2e7cfd284443addd98c93fbb7017d8e5.zip busybox-f430cdbf2e7cfd284443addd98c93fbb7017d8e5.tar.gz |
df: add -i (conditional on CONFIG)
uasge: trim a bit
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 |