diff options
author | Mike Frysinger | 2005-04-23 06:26:38 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-04-23 06:26:38 +0000 |
commit | 9b5f71ec029776e21bda6c4c61e6b463fd3a2314 (patch) | |
tree | 962bf98157f322d70e5c0fdd7fce5ef6865bbd3d /coreutils/Config.in | |
parent | 84ab267e226407ee402eff10aaf8239ed684de77 (diff) | |
download | busybox-9b5f71ec029776e21bda6c4c61e6b463fd3a2314.zip busybox-9b5f71ec029776e21bda6c4c61e6b463fd3a2314.tar.gz |
stat implementation based upon coreutils
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 677970d..b292e25 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -422,6 +422,21 @@ config CONFIG_SORT_BIG The SuSv3 sort standard is available at: http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html +config CONFIG_STAT + bool "stat" + default n + help + display file or filesystem status. + +config CONFIG_FEATURE_STAT_FORMAT + bool " Enable custom formats (-c)" + default n + depends on CONFIG_STAT + help + Without this, stat will not support the '-c format' option where + users can pass a custom format string for output. This adds about + 7k to a nonstatic build on amd64. + config CONFIG_STTY bool "stty" default n |