From 4a2117027f12c43b93e4221f636074c881206a2d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 21 Apr 2005 23:24:46 +0000 Subject: grab sum from coreutils, clean it up, and make it busybox happy --- coreutils/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'coreutils/Config.in') diff --git a/coreutils/Config.in b/coreutils/Config.in index 466e8b880..677970d1f 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 -- cgit v1.2.3