summaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-11-15 07:02:55 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-11-15 07:02:55 +0000
commitf430cdbf2e7cfd284443addd98c93fbb7017d8e5 (patch)
tree9187e3703a17aeb35bfb93a9c3cfafc0385f1c64 /coreutils/Config.in
parent1fe4e9e573c2c6f5338890cc3d1de6d2b7384600 (diff)
downloadbusybox-w32-f430cdbf2e7cfd284443addd98c93fbb7017d8e5.tar.gz
busybox-w32-f430cdbf2e7cfd284443addd98c93fbb7017d8e5.tar.bz2
busybox-w32-f430cdbf2e7cfd284443addd98c93fbb7017d8e5.zip
df: add -i (conditional on CONFIG)
uasge: trim a bit
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 3370b2a5d..d3cbc4213 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -135,6 +135,13 @@ config DF
135 df reports the amount of disk space used and available 135 df reports the amount of disk space used and available
136 on filesystems. 136 on filesystems.
137 137
138config FEATURE_DF_INODE
139 bool "Enable -i (inode information)"
140 default n
141 depends on DF
142 help
143 This option enables support for df -i.
144
138config DIRNAME 145config DIRNAME
139 bool "dirname" 146 bool "dirname"
140 default n 147 default n