aboutsummaryrefslogtreecommitdiff
path: root/Config.in
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 /Config.in
parent8d989e6c6af206f56e8ea596197dd724454097f0 (diff)
downloadbusybox-w32-c2a7ce04edbde925966f03d78cc8db077416da28.tar.gz
busybox-w32-c2a7ce04edbde925966f03d78cc8db077416da28.tar.bz2
busybox-w32-c2a7ce04edbde925966f03d78cc8db077416da28.zip
Drop CONFIG_WIN32_NET setting
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/Config.in b/Config.in
index c4b6f40bd..dd4f6e86d 100644
--- a/Config.in
+++ b/Config.in
@@ -23,15 +23,6 @@ config PLATFORM_MINGW32
23 23
24endchoice 24endchoice
25 25
26config WIN32_NET
27 bool "Support networking"
28 default n
29 depends on PLATFORM_MINGW32
30 help
31 Enable network applets. Some other applets can also be
32 enabled because they use htonl/htons, which are provided
33 by ws2_32.dll
34
35menu "Busybox Settings" 26menu "Busybox Settings"
36 27
37menu "General Configuration" 28menu "General Configuration"