diff options
author | Rob Landley | 2006-04-18 20:57:28 +0000 |
---|---|---|
committer | Rob Landley | 2006-04-18 20:57:28 +0000 |
commit | 856489b63c276571387a9646d418081b5609628b (patch) | |
tree | 298605b657f6e9c5338a24907ffee31f71f578a7 /coreutils/Config.in | |
parent | bbd50b58ea82ff64d7a522d6fa9a3c828ba47531 (diff) | |
download | busybox-856489b63c276571387a9646d418081b5609628b.zip busybox-856489b63c276571387a9646d418081b5609628b.tar.gz |
New applet cksum, from Rob Sullivan.
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 |