aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 7e30b7ed6..d2e64a08d 100644
--- a/Config.in
+++ b/Config.in
@@ -27,6 +27,10 @@ config WIN32_NET
27 bool "Support networking" 27 bool "Support networking"
28 default n 28 default n
29 depends on PLATFORM_MINGW32 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
30 34
31menu "Busybox Settings" 35menu "Busybox Settings"
32 36