grab sum from coreutils, clean it up, and make it busybox happy

This commit is contained in:
Mike Frysinger
2005-04-21 23:24:46 +00:00
parent 6d1d2e59bf
commit 4a2117027f
3 changed files with 189 additions and 0 deletions

View File

@@ -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