aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-04-18 20:57:28 +0000
committerRob Landley <rob@landley.net>2006-04-18 20:57:28 +0000
commit856489b63c276571387a9646d418081b5609628b (patch)
tree298605b657f6e9c5338a24907ffee31f71f578a7 /coreutils/Config.in
parentbbd50b58ea82ff64d7a522d6fa9a3c828ba47531 (diff)
downloadbusybox-856489b63c276571387a9646d418081b5609628b.tar.gz
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