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 c77a1c90f..5d2965b47 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -52,6 +52,12 @@ config CONFIG_CHROOT | |||
52 | chroot is used to change the root directory and run a command. | 52 | chroot is used to change the root directory and run a command. |
53 | The default command is `/bin/sh'. | 53 | The default command is `/bin/sh'. |
54 | 54 | ||
55 | config CONFIG_CKSUM | ||
56 | bool "cksum" | ||
57 | default n | ||
58 | help | ||
59 | cksum is used to calculate the CRC32 checksum of a file. | ||
60 | |||
55 | config CONFIG_CMP | 61 | config CONFIG_CMP |
56 | bool "cmp" | 62 | bool "cmp" |
57 | default n | 63 | default n |