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 3fde04053..fb6366c9f 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -367,6 +367,12 @@ config CONFIG_RMDIR | |||
367 | help | 367 | help |
368 | rmdir is used to remove empty directories. | 368 | rmdir is used to remove empty directories. |
369 | 369 | ||
370 | config CONFIG_SEQ | ||
371 | bool "seq" | ||
372 | default n | ||
373 | help | ||
374 | print a sequence of numbers | ||
375 | |||
370 | config CONFIG_SHA1SUM | 376 | config CONFIG_SHA1SUM |
371 | bool "sha1sum" | 377 | bool "sha1sum" |
372 | default n | 378 | default n |