diff options
-rw-r--r-- | Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -23,6 +23,11 @@ config PLATFORM_MINGW32 | |||
23 | 23 | ||
24 | endchoice | 24 | endchoice |
25 | 25 | ||
26 | config WIN32_NET | ||
27 | bool "Support networking" | ||
28 | default n | ||
29 | depends on PLATFORM_MINGW32 | ||
30 | |||
26 | menu "Busybox Settings" | 31 | menu "Busybox Settings" |
27 | 32 | ||
28 | menu "General Configuration" | 33 | menu "General Configuration" |