diff options
author | Mike Frysinger | 2005-04-21 23:24:46 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-04-21 23:24:46 +0000 |
commit | 4a2117027f12c43b93e4221f636074c881206a2d (patch) | |
tree | 3e83cfb5f5d0370be31c459bd6859cedd31e3a3f /coreutils/Config.in | |
parent | 6d1d2e59bff295c5876430a6289425118f02e0ee (diff) | |
download | busybox-4a2117027f12c43b93e4221f636074c881206a2d.zip busybox-4a2117027f12c43b93e4221f636074c881206a2d.tar.gz |
grab sum from coreutils, clean it up, and make it busybox happy
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 466e8b8..677970d 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 |