aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r--coreutils/Config.src2
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src
index d4c9e0541..780b73fda 100644
--- a/coreutils/Config.src
+++ b/coreutils/Config.src
@@ -591,6 +591,7 @@ config FEATURE_SPLIT_FANCY
591config STAT 591config STAT
592 bool "stat" 592 bool "stat"
593 default y 593 default y
594 depends on PLATFORM_LINUX # statfs()
594 help 595 help
595 display file or filesystem status. 596 display file or filesystem status.
596 597
@@ -606,6 +607,7 @@ config FEATURE_STAT_FORMAT
606config STTY 607config STTY
607 bool "stty" 608 bool "stty"
608 default y 609 default y
610 depends on PLATFORM_LINUX
609 help 611 help
610 stty is used to change and print terminal line settings. 612 stty is used to change and print terminal line settings.
611 613