diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index c77a1c9..5d2965b 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 |