Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-04-19 00:57:28 +0400
committerRob Landley <rob@landley.net>2006-04-19 00:57:28 +0400
commit856489b63c276571387a9646d418081b5609628b (patch)
tree298605b657f6e9c5338a24907ffee31f71f578a7 /coreutils/Config.in
parentbbd50b58ea82ff64d7a522d6fa9a3c828ba47531 (diff)
New applet cksum, from Rob Sullivan.
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index c77a1c90f..5d2965b47 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -52,6 +52,12 @@ config CONFIG_CHROOT
chroot is used to change the root directory and run a command.
The default command is `/bin/sh'.
+config CONFIG_CKSUM
+ bool "cksum"
+ default n
+ help
+ cksum is used to calculate the CRC32 checksum of a file.
+
config CONFIG_CMP
bool "cmp"
default n