aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
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