aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2014-03-17 21:58:40 +0000
committerRon Yorston <rmy@pobox.com>2014-03-17 21:58:40 +0000
commitc2a7ce04edbde925966f03d78cc8db077416da28 (patch)
treec55b561c25ab8c21d082c0edb6edf45b131ea169 /coreutils
parent8d989e6c6af206f56e8ea596197dd724454097f0 (diff)
downloadbusybox-w32-c2a7ce04edbde925966f03d78cc8db077416da28.tar.gz
busybox-w32-c2a7ce04edbde925966f03d78cc8db077416da28.tar.bz2
busybox-w32-c2a7ce04edbde925966f03d78cc8db077416da28.zip
Drop CONFIG_WIN32_NET setting
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.src3
1 files changed, 0 insertions, 3 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src
index ef14be471..82b6bf0d9 100644
--- a/coreutils/Config.src
+++ b/coreutils/Config.src
@@ -499,21 +499,18 @@ config SEQ
499config SHA1SUM 499config SHA1SUM
500 bool "sha1sum" 500 bool "sha1sum"
501 default y 501 default y
502 depends on PLATFORM_POSIX || WIN32_NET
503 help 502 help
504 Compute and check SHA1 message digest 503 Compute and check SHA1 message digest
505 504
506config SHA256SUM 505config SHA256SUM
507 bool "sha256sum" 506 bool "sha256sum"
508 default y 507 default y
509 depends on PLATFORM_POSIX || WIN32_NET
510 help 508 help
511 Compute and check SHA256 message digest 509 Compute and check SHA256 message digest
512 510
513config SHA512SUM 511config SHA512SUM
514 bool "sha512sum" 512 bool "sha512sum"
515 default y 513 default y
516 depends on PLATFORM_POSIX || WIN32_NET
517 help 514 help
518 Compute and check SHA512 message digest 515 Compute and check SHA512 message digest
519 516