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 3fde040..fb6366c 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -367,6 +367,12 @@ config CONFIG_RMDIR help rmdir is used to remove empty directories. +config CONFIG_SEQ + bool "seq" + default n + help + print a sequence of numbers + config CONFIG_SHA1SUM bool "sha1sum" default n |