aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 21c28e667..7e30b7ed6 100644
--- a/Config.in
+++ b/Config.in
@@ -23,6 +23,11 @@ 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
26menu "Busybox Settings" 31menu "Busybox Settings"
27 32
28menu "General Configuration" 33menu "General Configuration"