diff options
author | Ron Yorston <rmy@pobox.com> | 2014-03-17 21:58:40 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-03-17 21:58:40 +0000 |
commit | c2a7ce04edbde925966f03d78cc8db077416da28 (patch) | |
tree | c55b561c25ab8c21d082c0edb6edf45b131ea169 /coreutils | |
parent | 8d989e6c6af206f56e8ea596197dd724454097f0 (diff) | |
download | busybox-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.src | 3 |
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 | |||
499 | config SHA1SUM | 499 | config 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 | ||
506 | config SHA256SUM | 505 | config 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 | ||
513 | config SHA512SUM | 511 | config 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 | ||