diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 466e8b880..677970d1f 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -428,6 +428,12 @@ config CONFIG_STTY help stty is used to change and print terminal line settings. +config CONFIG_SUM + bool "sum" + default n + help + checksum and count the blocks in a file + config CONFIG_SYNC bool "sync" default n |