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

@@ -71,6 +71,7 @@ COREUTILS-$(CONFIG_SHA1SUM) += md5_sha1_sum.o
COREUTILS-$(CONFIG_SLEEP) += sleep.o
COREUTILS-$(CONFIG_SORT) += sort.o
COREUTILS-$(CONFIG_STTY) += stty.o
COREUTILS-$(CONFIG_SUM) += sum.o
COREUTILS-$(CONFIG_SYNC) += sync.o
COREUTILS-$(CONFIG_TAIL) += tail.o
COREUTILS-$(CONFIG_TEE) += tee.o