diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ||
31 | menu "Busybox Settings" | 35 | menu "Busybox Settings" |
32 | 36 | ||