diff options
author | Glenn L McGrath | 2004-01-27 09:22:20 +0000 |
---|---|---|
committer | Glenn L McGrath | 2004-01-27 09:22:20 +0000 |
commit | 82364bb59100c690a5cdee308da990577b91fe5a (patch) | |
tree | acfa8a340753648fd0a1d3b40c26bc074b8186c1 /coreutils/Config.in | |
parent | 43112b4b65d60803a1511538a24930574be2f994 (diff) | |
download | busybox-82364bb59100c690a5cdee308da990577b91fe5a.zip busybox-82364bb59100c690a5cdee308da990577b91fe5a.tar.gz |
New applet, seq. No options, just the basics.
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 |